Includes the core classes used by this component
Classes
| Class | Description | |
|---|---|---|
| ConvertToTiffOptions |
Specifies options for converting PDF pages to TIFF images. By default, black-and-white
images will be generated, using CCITT Group 3 fax compression.
| |
| ConvertToWpfOptions |
Specifies options for converting PDF pages to Wpf objects.
| |
| Document |
The Document class is the top-level class in the TallComponents.PDF.Rasterizer namespace.
It represents an existing PDF document.
| |
| DocumentInfo |
Document Info for the document like Author, Title and Subject.
| |
| DrawJob |
Represents an asynchronous drawing job.
| |
| EmbeddedFile |
An embedded file (also know as attachment) object.
| |
| EmbeddedFileCollection |
An embedded file (also know as attachment) collection.
| |
| ExtractedImageInfo |
Represents a single occurrence of an image on a PDF page. Encapsulates both the image and its location on the page.
| |
| InvalidPdfException |
The exception that is thrown when the PDF document is invalid.
| |
| Layer |
This class represents a single layer item.
| |
| LayerCollection |
A collection of layer objects.
| |
| Page |
An existing page inside a document.
| |
| PageCollection |
Collection of pages inside a PDF document.
Non-creatable. Obtained through the Pages property of Document.
| |
| PdfException |
Base class for all exceptions thrown from TallComponents components.
| |
| Rectangle |
A rectangle represents an area on the page.
| |
| UnsupportedPdfException |
The exception that is thrown when the PDF document is not supported.
| |
| UpdatedEventArgs |
The UpdatedEventArgs event data.
| |
| WrongPasswordException |
The exception that is thrown when a wrong password is specified or no password is specified where it is required.
|
Delegates
| Delegate | Description | |
|---|---|---|
| UpdatedEventHandler |
The updated event handler, used for DrawJob.Updated.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| JobStatus |
Job Status
| |
| Orientation |
Orientations of various objects.
| |
| PageBoundary |
The box which should be used as outline for the page.
| |
| PixelFormat |
Different pixel formats.
| |
| TiffCompression |
Different compression algorithms.
|