Class SignatureSavingViewModel

This example demonstrates how to save and recall signatures from an external file.

Inheritance
System.Object
SignatureSavingViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
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