Interface ICustomAnnotationToolbarItem

Interface that represents custom items on the annotation toolbar.

Namespace: PSPDFKit.Api.Toolbar
Assembly: Api.dll
Syntax
public interface ICustomAnnotationToolbarItem : IAnnotationToolbarItem, 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

Events

| Edit this page View Source

Clicked

Occurs when the button is clicked/tapped.

Declaration
event EventHandler Clicked
Event Type
Type Description
EventHandler