←Select platform

Format Property

Summary
Gets the document format being used in the current operation.
Syntax
C#
VB
Objective-C
C++
Java
public DocumentFormat Format { get; } 
Public ReadOnly Property Format As DocumentFormat 
@property (nonatomic, assign, readonly) LTDocumentFormat format 
public DocumentFormat getFormat() 
public: 
property DocumentFormat Format { 
   DocumentFormat get(); 
} 

Property Value

An DocumentFormat enumeration member that specifies the format being used in the current operation.

Remarks

This member will be equal to the original OcrAutoRecognizeJobData.Format value except for the following operations: SavePage and AppendLtd where it will be DocumentFormat.Ltd or SaveDocument where it can either be the original format or DocumentFormat.Ltd if LTD is being used to create a temporary document during recognition.

Example

For an example, refer to OcrAutoRecognizeJobOperationEventArgs.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

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