Class CreateAnnotationPageViewModel
Inheritance
System.Object
CreateAnnotationPageViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Catalog.dll
Syntax
public class CreateAnnotationPageViewModel : Observable, INotifyPropertyChanged
Properties
CreateAndUpdateTextAnnotationCommand
Declaration
public ICommand CreateAndUpdateTextAnnotationCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
CreateImageAnnotationCommand
Declaration
public ICommand CreateImageAnnotationCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
CreateImageAnnotationFromFilePickerCommand
Declaration
public ICommand CreateImageAnnotationFromFilePickerCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
CreateInkAnnotationCommand
Declaration
public ICommand CreateInkAnnotationCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
Methods
CreateImageAnnotation()
Create an image annotation from a image loaded from assets.
Declaration
public async void CreateImageAnnotation()
CreateImageAnnotationFromFilePicker()
Declaration
public async void CreateImageAnnotationFromFilePicker()
CreateInkAnnotation()
Declaration
public async void CreateInkAnnotation()
Initialize(PdfView)
Declaration
public void Initialize(PdfView pdfView)
Parameters
Type |
Name |
Description |
PdfView |
pdfView |
|
Implements
System.ComponentModel.INotifyPropertyChanged