Class EditableAnnotationRulesViewModel

This example demonstrates how to dynamically define a rule that controls whether an annotation is editable or not.

Inheritance
System.Object
EditableAnnotationRulesViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Catalog.ViewModels
Assembly: Catalog.dll
Syntax
public class EditableAnnotationRulesViewModel : Observable, INotifyPropertyChanged

Properties

EditabilityRule

Declaration
public int EditabilityRule { get; set; }
Property Value
Type Description
System.Int32

EditableAnnotationsComboSelection

Declaration
public int EditableAnnotationsComboSelection { get; set; }
Property Value
Type Description
System.Int32

PDFView

Declaration
public PdfView PDFView { get; }
Property Value
Type Description
PdfView

ReloadPDFCommand

Declaration
public ICommand ReloadPDFCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand

TextCopyComboSelection

Declaration
public int TextCopyComboSelection { get; set; }
Property Value
Type Description
System.Int32

Methods

Initialize(PdfView)

Declaration
public void Initialize(PdfView pdfView)
Parameters
Type Name Description
PdfView pdfView

Implements

System.ComponentModel.INotifyPropertyChanged