Atalasoft.Imaging.Codec.Pdf Namespace |
| Class | Description | |
|---|---|---|
| ColorRenderSettings | Represents a color render settings. For example, this class can be used to setup a background color for PDF document. | |
| Document | The Document class is the top-level class that represents an existing PDF document.
| |
| ExtractedImageInfo | Represents a single occurrence of an image on a PDF page. Encapsulates both the image and its location on
the page. | |
| FontSubstitutionMap | Gets a value that lets you define which external fonts are used to render fonts that are not embedded.
| |
| JpegToPdfEncoder |
This class is used to convert one or more JPEG files into a single PDF
document. This is a lossless process: JPEG image data is rewritten directly
into the output PDF without decoding/re-encoding it.
| |
| JpegToPdfPageEventArgs |
Represents data present when a JPEG image has been acquired and is about to
be translated into a PDF page.
| |
| Page | A page inside an existing PDF document. Obtained through the [!:Pages::Item] property of the
Pages class. | |
| PageCollection | A collection of Page objects. | |
| Pages | Collection of pages inside a PDF document. Non-creatable. Obtained through the
[!:Document::Pages] property of the Document class. | |
| PdfCodecCompression |
PdfCodecCompression is a container class that encapsulates compression
settings for a PDF image.
| |
| PdfDecoder | A MultiFramedImageDecoder used to read PDF pages as images from a Stream. | |
| PdfEncoder |
An ImageEncoder that will write one or more images to a PDF file.
| |
| PdfImage |
Contains information about a single image or file to be added to the PDF.
| |
| PdfImageCollection |
Contains a collection of PdfImage objects to be saved to
PDF.
| |
| PdfImageInfo | Includes information about an image that is created from a PDF page using the PdfDecoder.
| |
| PdfMetadata |
Contains general information about the PDF file.
| |
| RenderSettings | Encapsulates all settings that control the render process. | |
| SegmentProcessEventArgs |
Defines an event that is used to process segment images.
| |
| Summary | Provides a summary of the rasterization process. This class is currently empty and has been added for
future extension. | |
| WrongPasswordException | This exception is thrown if a PDF is opened with the wrong password |
| Enumeration | Description | |
|---|---|---|
| AnnotationRenderSettings | Settings that control how annotations are rendered. | |
| ColorTransformationMode | This class is unused now, but may be used in a future version | |
| PageBoundary | Different PDF page boundaries that each correspond to a specific imaging or finishing process. | |
| PdfCompressionMode |
Describes PDF compression algorithm.
| |
| PdfCompressionType |
The type of compression used on the image data.
| |
| PdfPageSizeMode |
Used to set the page SizeMode of a PDF document
created with PdfEncoder.
| |
| SegmentColorType |
Describes color types of pdf segments.
|