Class MainToolbarItems.CustomMainToolbarItem

Custom item on main toolbar.

Inheritance
MainToolbarItems.CustomMainToolbarItem
Namespace: PSPDFKit.Sdk.Models.Toolbar
Assembly: Sdk.dll
Syntax
public sealed class MainToolbarItems.CustomMainToolbarItem : MainToolbarItemBase, ICustomMainToolbarItem, IMainToolbarItem, INotifyPropertyChanged

Constructors

| Edit this page View Source

CustomMainToolbarItem(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 Source

Id

Gets or sets the unique identifier for the item.

Declaration
[JsonProperty("id")]
public string Id { get; init; }
Property Value
Type Description
string

Implements

ICustomMainToolbarItem
IMainToolbarItem
INotifyPropertyChanged