Click or drag to resize

PdfPageConstructionEventHandler Delegate

Event responsible for notifying about Pdf Page Contruction items.

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 void PdfPageConstructionEventHandler(
	Object sender,
	PdfPageConstructionEventArgs e
)

Parameters

sender
Type: SystemObject
The object that is sending the information.
e
Type: Atalasoft.OcrPdfPageConstructionEventArgs
The event details.
See Also