Class AnnotationToolbarItemsViewModel

This example demonstrates how to modify the annotation toolbar(s)

Inheritance
System.Object
AnnotationToolbarItemsViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Catalog.ViewModels
Assembly: Catalog.dll
Syntax
public class AnnotationToolbarItemsViewModel : Observable, INotifyPropertyChanged

Properties

RemoveInkAnnotationToolbarCommand

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

ShuffleInkAnnotationToolbarCommand

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

Initialize(PdfView)

Declaration
public void Initialize(PdfView pdfView)
Parameters
Type Name Description
PdfView pdfView

Implements

System.ComponentModel.INotifyPropertyChanged