LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
UseEngineInstanceOptions Property
See Also 
Leadtools.Forms.Ocr Namespace > IOcrDocument Interface : UseEngineInstanceOptions Property



Gets or sets a value indicating whether this IOcrDocument must copy the Leadtools.Codecs.RasterCodecs and Leadtools.Forms.DocumentWriters.DocumentWriter options from the IOcrEngine before using them.

Syntax

Visual Basic (Declaration) 
Property UseEngineInstanceOptions As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IOcrDocument
Dim value As Boolean
 
instance.UseEngineInstanceOptions = value
 
value = instance.UseEngineInstanceOptions
C# 
bool UseEngineInstanceOptions {get; set;}
C++/CLI 
property bool UseEngineInstanceOptions {
   bool get();
   void set (    bool value);
}

Property Value

true if this IOcrDocument must copy the Leadtools.Codecs.RasterCodecs and Leadtools.Forms.DocumentWriters.DocumentWriter options from the IOcrEngine before using them; otherwise, false. Default value is true.

Remarks

When the value of this property is true, then this IOcrDocument will copy the options from IOcrEngine.RasterCodecsInstance and IOcrEngine.DocumentWriterInstance to IOcrDocument.RasterCodecsInstance and IOcrDocument.DocumentWriterInstance before using them.

This makes it easy to change Leadtools.Codecs.RasterCodecs and and Leadtools.Forms.DocumentWriters.DocumentWriter options globally for all current and future IOcrDocument’s.

If you have a requirement to use different options per IOcrDocument in the same IOcrEngine, for example, you have an IOcrDocument object that will save to PDF with Image/Text option and another to save to PDF/A. Then you can set UseEngineInstanceOptions of each document to false, then change the PDF options through Leadtools.Forms.Ocr.IOcrDocument.DocumentWriterInstance instead of IOcrEngine.DocumentWriterInstance.

The options are copied before any of the following methods is called:

For more information, refer to OCR Engine and RasterCodecs/DocumentWriter Usage.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

UseEngineInstanceOptions requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features