Skip to content

PDFRenderingErrorType

Namespace: O2S.Components.PDF4NET.Rendering

Specifies the supported error types for reporting.

public enum PDFRenderingErrorType

Inheritance ObjectValueTypeEnumPDFRenderingErrorType
Implements

Fields

Name Value Description
UnhandledException -1 An exception appeared during rendering
GenericError 0 Generic PDF error.
MissingObject 1 Object is missing.
InvalidObjectType 2 The type of an object is not of the expected type.
InvalidPageContentToken 101 Page content contains an invalid token.
InvalidPageContentOperator 102 Page content contains a PDF operator with invalid parameters.
TooManyGraphicsStateRestores 103 Page content contains too many Q operators.
MissingImageData 201 Image object has no data.
InsufficientImageData 202 Image data is incomplete.