Class InstantJsonViewModel
This example demonstrates how to import and export Instant Document Json for the current document.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Catalog.ViewModels
Assembly: Catalog.dll
Syntax
public class InstantJsonViewModel : Observable, INotifyPropertyChanged
Properties
OnExportInstantJsonCommand
Declaration
public ICommand OnExportInstantJsonCommand { get; }
Property Value
| Type | Description |
|---|---|
| System.Windows.Input.ICommand |
OnImportInstantJsonCommand
Declaration
public ICommand OnImportInstantJsonCommand { get; }
Property Value
| Type | Description |
|---|---|
| System.Windows.Input.ICommand |
Methods
Initialize(PdfView, TextBlock)
Declaration
public void Initialize(PdfView pdfView, TextBlock instantJsonText)
Parameters
| Type | Name | Description |
|---|---|---|
| PdfView | pdfView | |
| Windows.UI.Xaml.Controls.TextBlock | instantJsonText |
Implements
System.ComponentModel.INotifyPropertyChanged