Click or drag to resize

OcrDocumentSetDocumentInfoValue Method

Sets metadata information about the document using provided key and value.

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
protected void SetDocumentInfoValue(
	OcrDocumentInfoKey key,
	Object val
)

Parameters

key
Type: Atalasoft.OcrOcrDocumentInfoKey
Document metadata key.
val
Type: SystemObject
Document metadata value to set.
See Also