Gets the document format being used in the current operation.
public DocumentFormat Format { get; }
Public ReadOnly Property Format As Leadtools.Forms.Documentwriters.DocumentFormat
@property (nonatomic, assign, readonly) LTDocumentFormat format
public DocumentFormat getFormat()
public:
property Leadtools.Forms.Documentwriters.DocumentFormat Format {
Leadtools.Forms.Documentwriters.DocumentFormat get();
}
An DocumentFormat enumeration member that specifies the format being used in the current operation.
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.
For an example, refer to OcrAutoRecognizeJobOperationEventArgs.
OcrAutoRecognizeJobOperationEventArgs Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET