Interface ICustomAnnotationToolbarItem
Interface that represents custom items on the annotation toolbar.
Inherited Members
Namespace: PSPDFKit.Api.Toolbar
Assembly: Api.dll
Syntax
public interface ICustomAnnotationToolbarItem : IAnnotationToolbarItem, INotifyPropertyChanged
Properties
| Edit this page View SourceId
Gets or sets the unique identifier for the item.
Declaration
string Id { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Events
| Edit this page View SourceClicked
Occurs when the button is clicked/tapped.
Declaration
event EventHandler Clicked
Event Type
| Type | Description |
|---|---|
| EventHandler |