Atalasoft.dotImage.PdfRasterizer Send comments on this topic.
Atalasoft.Imaging.Codec.Pdf Namespace (Atalasoft.dotImage.PdfRasterizer)
See Also  Inheritance Hierarchy
Atalasoft.dotImage.PdfRasterizer Assembly : Atalasoft.Imaging.Codec.Pdf Namespace
This namespace contains PDF classes and enumerations.

Classes

 ClassDescription
ClassColorRenderSettings This class is unused now, but may be used in a future version
ClassDocument The Document class is the top-level class that represents an existing PDF document.
ClassExtractedImageInfo Represents a single occurrence of an image on a PDF page.  Encapsulates both the image and its location on the page.
ClassFontSubstitutionMap Gets a value that lets you define which external fonts are used to render fonts that are not embedded.
ClassPage A page inside an existing PDF document.  Obtained through the Item property of the Pages class.
ClassPageCollection A collection of Page objects.
ClassPages Collection of pages inside a PDF document. Non-creatable. Obtained through the Pages property of the Document class.
ClassPdfDecoder A MultiFramedImageDecoder used to read PDF pages as images from a Stream.
ClassPdfImageInfo Includes information about an image that is created from a PDF page using the PdfDecoder.
ClassRenderSettings Encapsulates all settings that control the render process.
ClassSummary Provides a summary of the rasterization process. This class is currently empty and has been added for future extension.
ClassWrongPasswordException This exception is thrown if a PDF is opened with the wrong password

Enumerations

 EnumerationDescription
EnumerationAnnotationRenderSettings Settings that control how annotations are rendered.
EnumerationColorTransformationMode This class is unused now, but may be used in a future version

See Also