The Format Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the document format being used in the current operation.Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Format As DocumentFormat |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrAutoRecognizeJobOperationEventArgs Dim value As DocumentFormat value = instance.Format |
C# | |
---|---|
public DocumentFormat Format {get;} |
C++/CLI | |
---|---|
public: property DocumentFormat Format { DocumentFormat get(); } |
Property Value
(Read only) An Leadtools.Forms.DocumentWriters.DocumentFormat enumeration member that specifies the format being used in the current operation.For an example, refer to OcrAutoRecognizeJobOperationEventArgs.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7