The PdfPrintImageSettings type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|  | CheckPdfFile | 
            Gets or sets the value to check if PDF file and page number are valid.
             | 
|  | ColorBits | 
            Gets or sets the color bits.
             | 
|  | ColorType | 
            Gets or sets the Color type - BW, Gray, Color, Same as in the PDF.
             | 
|  | FromPage | 
            Gets or sets the from PDF page. 
            Note: When working with a single page, set ToPage to same value.
             | 
|  | ImageType | 
            Gets or sets the image type of output image file.
             | 
|  | Quality | 
            Gets or sets the image quality in % (between 0 and 100).
             | 
|  | ResolutionX | 
            Gets or sets the X Resolution of the output image.
             | 
|  | ResolutionY | 
            Gets or sets the Y Resolution of the output image.
             | 
|  | ToPage | 
            Gets or sets the to PDF page. 
            Note: When working with a single page, set FromPage to same value.
             | 
|  | ZoomFactor | 
            Gets or sets the zoom factor. 
            Valid values are from 1 to 10. If omitted value 5 is used. Value 5 is the closest one to original PDF page size.
             | 
See Also