OcrDocumentInfoKey Enumeration |
This enumeration defines a set of keys that are used to access metadata within an
OcrDocument.
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 enum OcrDocumentInfoKey
Public Enumeration OcrDocumentInfoKey
Members
| Member name | Description |
---|
| Title | This key is used to access the Title of the document |
| Subject | This key is used to access the Subject of the document |
| Author | This key is used to access the Author of the document |
| Creator | This key is used to access the Creator of the document |
| Producer | This key is used to access the Producer of the document |
| Keywords | This key is used to access keywords defined in the document |
| CreationDate | This key is used to access the creation date of the document |
See Also