.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 > 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)
Visual Basic |
Public Property DocumentProcessingErrorCommand As ICommand |
C# |
public ICommand DocumentProcessingErrorCommand { get; set; } |
Visual C++ |
public: |