Click or drag to resize

PdfFocusImageOptions Property

Set the options for the produced images.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public PdfFocusCImageOptions ImageOptions { get; set; }

Property Value

PdfFocusCImageOptions
Remarks
For example, set:
  • Dpi - image resolution in dots per inch. Default value: 200
  • 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