Click or drag to resize

PdfTranslatorPageConstructing Event

This event is used to track when each OcrPage object is about to be translated into a PDF page.

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 event PdfPageConstructionEventHandler PageConstructing

Value

Type: Atalasoft.OcrPdfPageConstructionEventHandler
Remarks
In addition to being able to make late changes to the OcrPage contents, it is possible to induce the PdfTranslator to skip pages within the document via the SkipPage property in the PdfPageConstructionEventArgs.
See Also