PdfFocusImageOptions Property |
Set the options for the produced images.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.11.11
Syntax public PdfFocusCImageOptions ImageOptions { get; set; }
Public Property ImageOptions As PdfFocusCImageOptions
Get
Set
Property Value
PdfFocusCImageOptionsRemarks
For example, set:
- Dpi - image resolution in dots per inch. Default value: 200
- ImageFormat - format for produced images as standard [!:System.Drawing.Imaging.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