O2S.Components.PDF4NET.Render Documentation
PDFRenderingErrorType Enumeration



O2S.Components.PDF4NET.Rendering Namespace : PDFRenderingErrorType Enumeration
Specifies the supported error types for reporting.
Syntax
'Declaration
 
Public Enum PDFRenderingErrorType 
   Inherits System.Enum
'Usage
 
Dim instance As PDFRenderingErrorType
public enum PDFRenderingErrorType : System.Enum 
public enum class PDFRenderingErrorType : public System.Enum 
Members
MemberDescription
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDF4NET.Rendering.PDFRenderingErrorType

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

O2S.Components.PDF4NET.Rendering Namespace