Click or drag to resize

PdfFocusCImageOptions Constructor

Set the options for the resulting images.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.8.6
Syntax
public CImageOptions()
Remarks
For example, you may specify:
  • 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