Provides image settings to use for BMP, GIF, JPG/JPEG, PNG and TIFF files.
Inheritance Hierarchy
PdfPrintingNetPdfPrintImageSettings
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
The PdfPrintImageSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PdfPrintImageSettings | Initializes a new instance of the PdfPrintImageSettings 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 | |
---|---|---|
![]() | 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