Click or drag to resize

ImageOptions Class

PDF to Image conversion parameter object.
Inheritance Hierarchy
SystemObject
  ComPDF_Conversion.CommonImageOptions

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public class ImageOptions

The ImageOptions type exposes the following members.

Constructors
 NameDescription
Public methodImageOptions 
Top
Fields
 NameDescription
Public fieldImageColorMode Specify the image color mode of the image file.
Public fieldImageScaling Specify the image scaling of the image file.
Public fieldImageType Specify the image format of the image file.
Public fieldPageRanges Specify the pages to convert, e.g. "1-3,5,7-9". Using fixed-size array for simplicity.
Public fieldPathEnhance Whether to enhance the image path.
Top
See Also