←Select platform

Format Property

Summary

Gets the document format being used in the current operation.

Syntax

C#
VB
Java
Objective-C
C++
public DocumentFormat Format { get; } 
Public ReadOnly Property Format As Leadtools.Forms.Documentwriters.DocumentFormat 
@property (nonatomic, assign, readonly) LTDocumentFormat format 
public DocumentFormat getFormat() 
             

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly