Leadtools.Forms.Ocr Namespace > IOcrDocument Interface : DocumentWriterInstance Property |
DocumentWriter DocumentWriterInstance {get;}
'Declaration ReadOnly Property DocumentWriterInstance As DocumentWriter
'Usage Dim instance As IOcrDocument Dim value As DocumentWriter value = instance.DocumentWriterInstance
DocumentWriter DocumentWriterInstance {get;}
get_DocumentWriterInstance();
property DocumentWriter^ DocumentWriterInstance { DocumentWriter^ get(); }
The Leadtools.Forms.DocumentWriters.DocumentWriter object will be disposed of by the engine automatically when System.IDisposable.Dispose is called.
When new IOcrDocument objects are created using the IOcrDocumentManager.CreateDocument, a new object of type Leadtools.Forms.DocumentWriters.DocumentWriter is created by this IOcrEngine, and assigned to IOcrDocument.DocumentWriterInstance. All document creation operation (such as IOcrDocument.Save) that is performed inside by OCR document or objects inside the OCR document will use that object.
If the value of IOcrDocument.UseEngineInstanceOptions is true, then the options will be copied from the engine's Leadtools.Forms.DocumentWriters.DocumentWriter to the document Leadtools.Forms.DocumentWriters.DocumentWriter before any methods is called.
For more information on how this object is used by the OCR engine during its lifetime, refer to OCR Engine and RasterCodecs/DocumentWriter Usage.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2