Click or drag to resize

PdfCompressionSelector Delegate

This delegate is used to determine what compression to use on a given page in the process of being translated.

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 delegate PdfImageCompressionType PdfCompressionSelector(
	PixelFormat pf
)

Parameters

pf
Type: Atalasoft.ImagingPixelFormat
The pixel format of the image to be compressed.

Return Value

Type: PdfImageCompressionType
Remarks
An inappropriate pixel format will result in an exception being thrown later on.
See Also