Class AnnotationToolbarItemsViewModel
This example demonstrates how to modify the annotation toolbar(s)
Inheritance
System.Object
AnnotationToolbarItemsViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Catalog.dll
public class AnnotationToolbarItemsViewModel : Observable, INotifyPropertyChanged
Properties
Declaration
public ICommand RemoveInkAnnotationToolbarCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
RemoveTextAnnotationToolbarCommand
Declaration
public ICommand RemoveTextAnnotationToolbarCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
Declaration
public ICommand ShuffleInkAnnotationToolbarCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
ShuffleTextAnnotationToolbarCommand
Declaration
public ICommand ShuffleTextAnnotationToolbarCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
Methods
Declaration
public void Initialize(PdfView pdfView)
Parameters
Type |
Name |
Description |
PdfView |
pdfView |
|
Implements
System.ComponentModel.INotifyPropertyChanged