Click or drag to resize

PdfFocusCImageOptions Class

Set properties for produced images
Inheritance Hierarchy
SystemObject
  SautinSoftPdfFocusCImageOptions

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.12.2
Syntax
public class CImageOptions

The PdfFocusCImageOptions type exposes the following members.

Constructors
 NameDescription
Public methodPdfFocusCImageOptions Set the options for the resulting images.
Top
Properties
 NameDescription
Public propertyCode exampleColorDepth Set a color depth for the produced images. Default value: Default value: 32 bit ARGB.
Public propertyCode exampleDpi Set the default image resolution in dots per inch. Default value: 96.
Public propertyGifDelay Gets or sets the delay in milliseconds between frames in the animated GIF.
Public propertyCode exampleImageFormat Set the format for the resulting images. Default value: Png.
Public propertyJpegQuality Allows to specify the quality for output jpeg images from 1 to 100. Default value: 90.
Public propertyPageIndex Gets or sets the zero-based page index of the document's page which should be saved to an image.
Public propertyRenderTextualData Setting this property to false allows to skip the rendering of all textual data. Default value: true.
Public propertySelectedPages Gets or sets an array with pages to save (0-based index).
Public propertyTIFFCompressionType Allows to set compression type for TIFF images: LZW , JPEG, CCITTFAX4. Default value: JPEG.
Top
Methods
 NameDescription
Public methodCode exampleResize Set custom image dimensions in pixels
Top
Remarks
For example, set:
  • Dpi - image resolution in dots per inch. Default value: 200
  • ImageFormat - format for produced images as standard PdfFocusCImageOptionsImageFormats. Default value: Png
  • ColorDepth - color depth or bit depth is the number of bits used to represent the color of a single pixel. Default value: 32 bit ARGB
See Also