ProcessPageEventArgs Constructor(RasterImage,int,int,int,bool,IOcrDocument,int)

Summary
Initializes a new ProcessPageEventArgs class object with explicit parameters.
Syntax
C#
C++/CLI
public: 
ProcessPageEventArgs(  
   RasterImage^ form, 
   int formFirstPageNumber, 
   int formCurrentPageNumber, 
   int formLastPageNumber, 
   bool requiresOcr, 
   IOcrDocument^ ocrDocument, 
   int ocrPageNumber 
) 

Parameters

form
The page image that is under processing.

formFirstPageNumber
The start processing page number.

formCurrentPageNumber
The current page number that is under processing.

formLastPageNumber
The last processing page number.

requiresOcr
Specifies if this page needs to be added to the OCR engine to process its fields.

ocrDocument
Specifies an OCR Document that is created from the Ocr engine.

ocrPageNumber
Specifies the page index in the  ocrDocument if it is already added or -1 if it is not.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.