PDFView4NET WinForms Edition
PageRenderingError Property (PageRenderingErrorEventArgs)




O2S.Components.PDFView4NET Namespace > PageRenderingErrorEventArgs Class : PageRenderingError Property
Gets the type of the error that appeared.
Syntax
'Declaration
 
Public ReadOnly Property PageRenderingError As PDFPageRenderingError
'Usage
 
Dim instance As PageRenderingErrorEventArgs
Dim value As PDFPageRenderingError
 
value = instance.PageRenderingError
public PDFPageRenderingError PageRenderingError {get;}
public: __property PDFPageRenderingError get_PageRenderingError();
public:
property PDFPageRenderingError PageRenderingError {
   PDFPageRenderingError get();
}

Property Value

The type of error that appeared during page rendering.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PageRenderingErrorEventArgs Class
PageRenderingErrorEventArgs Members