Class MainToolbarItems.CustomMainToolbarItem
Custom item on main toolbar.
Inherited Members
Namespace: PSPDFKit.Sdk.Models.Toolbar
Assembly: Sdk.dll
Syntax
public sealed class MainToolbarItems.CustomMainToolbarItem : MainToolbarItemBase, ICustomMainToolbarItem, IMainToolbarItem, INotifyPropertyChanged
Constructors
| Edit this page View SourceCustomMainToolbarItem(string)
Initializes a new instance of MainToolbarItems.CustomMainToolbarItem class.
Declaration
public CustomMainToolbarItem(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | Unique identifier for the custom item. |
Properties
| Edit this page View SourceId
Gets or sets the unique identifier for the item.
Declaration
[JsonProperty("id")]
public string Id { get; init; }
Property Value
Type | Description |
---|---|
string |