PdfPageConstructionEventArgs Constructor |
Construct a new PdfPageConstructionEventArgs object.
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 PdfPageConstructionEventArgs(
OcrPage ocrPage,
PdfPageInfo pageInfo,
int pageIndex
)
Public Sub New (
ocrPage As OcrPage,
pageInfo As PdfPageInfo,
pageIndex As Integer
)
Parameters
- ocrPage
- Type: Atalasoft.OcrOcrPage
The OcrPage object from which a PDF Page will be made. - pageInfo
- Type: Atalasoft.OcrPdfPageInfo
The page information associated with this page. - pageIndex
- Type: SystemInt32
The zero-based index of this page within the document.
See Also