Class DocumentEditorViewModel
This class demonstrates how to create a new document by appending the pages of one document to another with the Editor.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Catalog.ViewModels
Assembly: Catalog.dll
Syntax
public class DocumentEditorViewModel : Observable, INotifyPropertyChanged
Properties
DisablePresetUpdates
Declaration
public bool DisablePresetUpdates { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Events
A ObservableCollection
that our list view can bind on.
Declaration
public ObservableCollection<string> Events { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<System.String> |
PDFView
Declaration
public PdfView PDFView { get; }
Property Value
Type | Description |
---|---|
PdfView |
Methods
CleanupAsync()
Declaration
public async Task CleanupAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
System.ComponentModel.INotifyPropertyChanged