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; }
Public ReadOnly Property Metadata As Hashtable
Get
Property Value
Type:
HashtableRemarks 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