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.3.28
Syntax
public CImageOptions()
Remarks
For example, you may specify:
  • Dpi - image resolution in dots per inch. Default value: 300
  • ImageFormat - format for produced images as standard ImageFormat. 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: 24 bit RGB
See Also