Click or drag to resize

PdfPageInfoCompressionSelector Property

The CompressionSelector is a delegate that is used to choose the compression for an image.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfCompressionSelector CompressionSelector { get; set; }

Property Value

Type: PdfCompressionSelector
Remarks
The compression selector is used to choose a compression mode for an image into a PDF file. With a null CompressionSelector, the PdfTranslator will choose the what it thinks is the most appropriate compression scheme for any given image. Default value is null.
See Also