Class SignatureSavingViewModel
This example demonstrates how to save and recall signatures from an external file.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Catalog.ViewModels
Assembly: Catalog.dll
Syntax
public class SignatureSavingViewModel : Observable, INotifyPropertyChanged
Properties
PDFView
Declaration
public PdfView PDFView { get; }
Property Value
| Type | Description |
|---|---|
| PdfView |
Methods
Initialize(PdfView)
Declaration
public void Initialize(PdfView pdfView)
Parameters
| Type | Name | Description |
|---|---|---|
| PdfView | pdfView |
Implements
System.ComponentModel.INotifyPropertyChanged