PDFRenderingErrorType Enumeration
In This Topic
Specifies the supported error types for reporting.
Members
| Member | Description |
| GENERIC_ERROR | Generic PDF error. |
| INSUFFICIENT_IMAGE_DATA | Image data is incomplete. |
| INVALID_OBJECT_TYPE | The type of an object is not of the expected type. |
| INVALID_PAGE_CONTENT_OPERATOR | Page content contains a PDF operator with invalid parameters. |
| INVALID_PAGE_CONTENT_TOKEN | Page content contains an invalid token. |
| MISSING_IMAGE_DATA | Image object has no data. |
| MISSING_OBJECT | Object is missing. |
| TOO_MANY_GRAPHICS_STATE_RESTORES | Page content contains too many Q operators. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.o2sol.pdf4java.render.PDFRenderingErrorType
See Also