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.3.28
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: 24 bit RGB.
Public propertyCode exampleDpi Set the default image resolution in dots per inch. Default value: 300.
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 propertyRenderTextualData Setting this property to false allows to skip the rendering of all textual data. Default value: true.
Public propertyTIFFCompressionType Allows to set compression type for TIFF images: LZW , JPEG, CCITTFAX4. Default value: JPEG.
Top
Methods
 NameDescription
Public methodResetResizing Clear all previous resizing
Public methodCode exampleResize(Single, Single) Set image scale in percents
Public methodCode exampleResize(SKSize, Boolean) 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 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