Provides image settings to use for TIFF files.
Inheritance Hierarchy
PdfPrintingNetPdfPrintImageSettingsTiff
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The PdfPrintImageSettingsTiff type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PdfPrintImageSettingsTiff | Initializes a new instance of the PdfPrintImageSettingsTiff class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
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