Interface IMainToolbar
Interface that represents main toolbar.
Namespace: PSPDFKit.Api.Toolbar
Assembly: Api.dll
Syntax
public interface IMainToolbar
Properties
| Edit this page View SourceToolbarItems
Gets list of toolbar items on main toolbar.
Declaration
ObservableCollection<IMainToolbarItem> ToolbarItems { get; }
Property Value
| Type | Description |
|---|---|
| ObservableCollection<IMainToolbarItem> |
Exceptions
| Type | Condition |
|---|---|
| PSPDFKitInvalidTypeException | Thrown when invalid type of item is added to the collection. |