Class XfdfViewModel
This example demonstrates how to import and export XFDF for the current document.
Inheritance
System.Object
XfdfViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Catalog.dll
Syntax
public class XfdfViewModel : Observable, INotifyPropertyChanged
Properties
OnExportXfdfCommand
Declaration
public ICommand OnExportXfdfCommand { get; }
Property Value
| Type |
Description |
| System.Windows.Input.ICommand |
|
OnImportXfdfCommand
Declaration
public ICommand OnImportXfdfCommand { get; }
Property Value
| Type |
Description |
| System.Windows.Input.ICommand |
|
OnImportXfdfFileCommand
Declaration
public ICommand OnImportXfdfFileCommand { get; }
Property Value
| Type |
Description |
| System.Windows.Input.ICommand |
|
Methods
Initialize(PdfView, TextBlock)
Declaration
public void Initialize(PdfView pdfView, TextBlock xfdfText)
Parameters
| Type |
Name |
Description |
| PdfView |
pdfView |
|
| Windows.UI.Xaml.Controls.TextBlock |
xfdfText |
|
Implements
System.ComponentModel.INotifyPropertyChanged