XFINIUM.PDF.Render Documentation
RenderingErrors Property (PdfPageRenderer)



Xfinium.Pdf.Rendering Namespace > PdfPageRenderer Class : RenderingErrors Property
Gets the errors that appeared during rendering.
Syntax
'Declaration
 
Public ReadOnly Property RenderingErrors As PdfRenderingError()
'Usage
 
Dim instance As PdfPageRenderer
Dim value() As PdfRenderingError
 
value = instance.RenderingErrors
public PdfRenderingError[] RenderingErrors {get;}
public:
property array<PdfRenderingError^>^ RenderingErrors {
   array<PdfRenderingError^>^ get();
}

Property Value

An array of PdfRenderingError objects or null if there were no errors during rendering.
Remarks
When the PdfRendererSettings.ErrorHandling property is set to any of the "Ignore" modes then this property is filled with the errors that appeared during rendering.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfPageRenderer Class
PdfPageRenderer Members