←Select platform

Format Property

Summary

Gets or sets the output document format.

Syntax

C#
VB
Java
Objective-C
C++
public DocumentFormat Format { get; set; } 
@property (nonatomic, assign) LTDocumentFormat format 
public DocumentFormat getFormat() 
public void setFormat(DocumentFormat value) 
             

Property Value

An DocumentFormat enumeration member that specifies the output document format. This can be any of the supported DocumentFormat such as PDF, DOC and TEXT. If this member is DocumentFormat.User, then the document saved using the native engine format set in IOcrDocumentManager.EngineFormat if the engine used supports native formats, otherwise an exception will be thrown.

Example

For an example, refer to RunJob and RunJobAsync.

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