XFINIUM.PDF.Render Documentation
PdfRenderingErrorType Enumeration



Xfinium.Pdf.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
         Xfinium.Pdf.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

Xfinium.Pdf.Rendering Namespace