OcrDocumentKeywords Property |
An array of strings that represent keywords in this document.
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 string Keywords { get; set; }
Public Property Keywords As String
Get
Set
Property Value
Type:
String An array of strings that represent keywords in this document.
Remarks There is no standard that defines what the keywords should be. Common sense suggests that each array
element should be a single word.
See Also