'Declaration
Public Enum PDFRenderingErrorType Inherits System.Enum
'Usage
Dim instance As PDFRenderingErrorType
public enum PDFRenderingErrorType : System.Enum
public enum class PDFRenderingErrorType : public System.Enum
'Declaration
Public Enum PDFRenderingErrorType Inherits System.Enum
'Usage
Dim instance As PDFRenderingErrorType
public enum PDFRenderingErrorType : System.Enum
public enum class PDFRenderingErrorType : public System.Enum
Member | Description |
---|---|
GenericError | Generic PDF error. |
InsufficientImageData | Image data is incomplete. |
InvalidObjectType | The type of an object is not of the expected type. |
InvalidPageContentOperator | Page content contains a PDF operator with invalid parameters. |
InvalidPageContentToken | Page content contains an invalid token. |
MissingImageData | Image object has no data. |
MissingObject | Object is missing. |
TooManyGraphicsStateRestores | Page content contains too many Q operators. |
UnhandledException | An exception appeared during rendering |
System.Object
System.ValueType
System.Enum
O2S.Components.PDF4NET.Rendering.PDFRenderingErrorType
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