Interface IAnnotationToolbar
Interface that represents annotation toolbar.
Namespace: PSPDFKit.Api.Toolbar
Assembly: Api.dll
Syntax
public interface IAnnotationToolbar
Properties
| Edit this page View SourceToolbarItems
Gets annotation toolbar items for all annotation types.
Declaration
IImmutableDictionary<AnnotationType, ObservableCollection<IAnnotationToolbarItem>> ToolbarItems { get; }
Property Value
| Type | Description |
|---|---|
| IImmutableDictionary<AnnotationType, ObservableCollection<IAnnotationToolbarItem>> |
Exceptions
| Type | Condition |
|---|---|
| PSPDFKitInvalidTypeException | Thrown when invalid type of item is added to the collection. |