public DocumentWriter DocumentWriterInstance { get; }
@property (nonatomic, strong, readonly) LTDocumentWriter *documentWriterInstance
public DocumentWriter getDocumentWriterInstance()
property DocumentWriter^ DocumentWriterInstance {
DocumentWriter^ get();
}
DocumentWriterInstance # get (IOcrDocument)
The DocumentWriter object being used inside this IOcrDocument.
The DocumentWriter object will be disposed of by the engine automatically when Dispose is called.
When new IOcrDocument objects are created using the IOcrDocumentManager.CreateDocument, a new object of type 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 DocumentWriter to the document 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.
UseEngineInstanceOptions Property
IOcrEngine.RasterCodecsInstance
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document