.NET Framework Class Library

DocumentViewer.DocumentProcessingErrorCommand Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > DocumentViewer Class > DocumentViewer Properties >

.NET Framework Class Library

DocumentViewer.DocumentProcessingErrorCommand Property

Command to notify when the document engine encounters an error when processing the document that is being loaded.

Namespace: Gnostice.Controls.WPF

Assembly:  Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)

Syntax

Visual Basic

Public Property DocumentProcessingErrorCommand As ICommand
 Get
 Set

C#

public ICommand DocumentProcessingErrorCommand { getset; }

Visual C++

public:
property ICommandDocumentProcessingErrorCommand {
 ICommandget ();
 void set (ICommandvalue);
}

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace