PdfTranslatorCompressionSelector Property |
This delegate can be used to select a compression type for images in an output PDF file.
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; }
Public Property CompressionSelector As PdfCompressionSelector
Get
Set
Property Value
Type:
PdfCompressionSelectorRemarks Default value is null. In this case, the Translator will decide the most appropriate compression.
See Also