Class RedactionsViewModel
This example demonstrates how to work with Redactions.
Inheritance
System.Object
RedactionsViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Catalog.dll
Syntax
public class RedactionsViewModel : Observable, INotifyPropertyChanged
Fields
PresetsComboItems
Declaration
public IEnumerable<KeyValuePair<int, string>> PresetsComboItems
Field Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Int32, System.String>> |
|
Properties
ApplyRedactionsCommand
Declaration
public ICommand ApplyRedactionsCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
CreateRectangleRedactionCommand
Declaration
public ICommand CreateRectangleRedactionCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
CreateRedactionsByPresetSearchCommand
Declaration
public ICommand CreateRedactionsByPresetSearchCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
CreateRedactionsByRegexSearchCommand
Declaration
public ICommand CreateRedactionsByRegexSearchCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
CreateRedactionsByTextSearchCommand
Declaration
public ICommand CreateRedactionsByTextSearchCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
IsPDFViewInitialized
Declaration
public bool IsPDFViewInitialized { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PDFView
Declaration
public PdfView PDFView { get; }
Property Value
PreviewRedactionsCommand
Declaration
public ICommand PreviewRedactionsCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
Declaration
public bool SearchButtonsEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Initialize(PdfView)
Declaration
public void Initialize(PdfView pdfView)
Parameters
Type |
Name |
Description |
PdfView |
pdfView |
|
Implements
System.ComponentModel.INotifyPropertyChanged