Pdf |
| Class | Description | |
|---|---|---|
| Document | The base class for image documents Image documents are either opened using Open(Stream) or the result of an operation, e.g. of PDF to image conversion using ConvertPage(Document, Stream, Profile, Int32). | |
| DocumentList | List of image documents | |
| MultiPageDocument | The image document of an image format that supports multi-page images This class is used for TIFF images, which can contain one or more pages. | |
| Page | The page of an image document | |
| PageList | The list of image pages | |
| SinglePageDocument | The image document of an image format that only supports single-page images This class is used for the following image formats:
|