The Page Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the OCR page being used in the current operation.Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Page As IOcrPage |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrAutoRecognizeJobOperationEventArgs Dim value As IOcrPage value = instance.Page |
C# | |
---|---|
public IOcrPage Page {get;} |
Property Value
(Read only) an IOcrPage instance that specifies the OCR page being used in the current operation. Or a null reference (Nothing in Visual Basic) if no page is being used.For an example, refer to OcrAutoRecognizeJobOperationEventArgs.
This member is not valid and will be null (Nothing in Visual Basic) when the current operation is CreateDocument, PrepareDocument, SaveDocument or ConvertDocument.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7