Click or drag to resize

OcrDocumentMetadata Property

A Hashtable that represents document metadata.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Hashtable Metadata { get; }

Property Value

Type: Hashtable
Remarks
While it is possible to access Author, CreationDate, Keywords, etc through this object, it is best to use the properties to insulate client code from possible future structural changes.
See Also