| Class | Description |
|---|---|
| Library | Library related information. |
| PDFDocumentRenderer | Defines a renderer for a PDF document. A document renderer is used for converting PDF files to multipage TIFF images. For single PDF page to image conversion you can use the class. |
| PDFFontSubstitution | Defines the mappings for substituting non-embedded fonts when rendering text. |
| PDFPageRenderer | Defines a renderer for a PDF page. A PDF page renderer converts a PDF page to image. For conversion multiple PDF pages to a multipage TIFF image use the class. |
| PDFRendererSettings | Defines the settings class for PDF rendering process. |
| PDFRenderingError | Defines an error that can appear during the page rendering. |
| PDFRenderList | Defines an intermediary format for rendered PDF pages. When a PDF page needs to be converted to image at multiple resolutions it is more efficient to convert it first to a render list and then convert the render list to images. |