Interface ICustomMainToolbarItem

Interface that represents a custom toolbar item.

Namespace: PSPDFKit.Api.Toolbar
Assembly: Api.dll
Syntax
public interface ICustomMainToolbarItem : IMainToolbarItem, INotifyPropertyChanged

Properties

| Edit this page View Source

Id

Gets or sets the unique identifier for the item.

Declaration
string Id { get; init; }
Property Value
Type Description
string