'Declaration
Public Enum PDFRenderingErrorHandling Inherits System.Enum
'Usage
Dim instance As PDFRenderingErrorHandling
public enum PDFRenderingErrorHandling : System.Enum
public enum class PDFRenderingErrorHandling : public System.Enum
'Declaration
Public Enum PDFRenderingErrorHandling Inherits System.Enum
'Usage
Dim instance As PDFRenderingErrorHandling
public enum PDFRenderingErrorHandling : System.Enum
public enum class PDFRenderingErrorHandling : public System.Enum
Member | Description |
---|---|
IgnoreAllErrors | PDF errors are ignored and the page is rendered till the first PDF error is encountered. |
IgnoreAllErrorsAndContinue | PDF errors are ignored and the page is rendered, skipping the encountered PDF errors. |
IgnorePageContentErrors | Page content errors are ignored and the page is rendered till the first invalid token is encountered. |
IgnorePageContentErrorsAndContinue | Page content errors are ignored and the page is rendered, skipping the found invalid tokens. |
ThrowException | An exception is thrown if the page content has errors. |
ThrowExceptionForAnyErrors | An exception is thrown if there are any PDF errors. |
System.Object
System.ValueType
System.Enum
O2S.Components.PDF4NET.Rendering.PDFRenderingErrorHandling
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