Class DataProviderViewModel
Inheritance
System.Object
DataProviderViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Catalog.dll
Syntax
public class DataProviderViewModel : Observable, INotifyPropertyChanged
Properties
FlattenAnnotations
Declaration
public bool FlattenAnnotations { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncrementalSave
Declaration
public bool IncrementalSave { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OpenPDFCommand
Declaration
public ICommand OpenPDFCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
PDFView
Declaration
public PdfView PDFView { get; }
Property Value
SavePDFCommand
Declaration
public ICommand SavePDFCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
Methods
Initialize(PdfView)
Declaration
public void Initialize(PdfView pdfView)
Parameters
Type |
Name |
Description |
PdfView |
pdfView |
|
OpenPDFAsync()
Declaration
public async void OpenPDFAsync()
SavePDFAsync()
Save to the same file that was opened.
If annotations are flattened they will be flattened in the open document too.
Declaration
public async void SavePDFAsync()
ViewUnloaded()
Declaration
public void ViewUnloaded()
Implements
System.ComponentModel.INotifyPropertyChanged