The PdfPrintImageSettingsTiff type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | ResolutionX |
Gets or sets the X Resolution of the output image.
|
![]() | ResolutionY |
Gets or sets the Y Resolution of the output image.
|
![]() | TiffCompression |
Gets or sets the compression used in Tiff 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