Click or drag to resize
TesseractOcrJobResponseTag Property
Gets or sets the object that contains data about the document.

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public Object Tag { get; set; }

Property Value

Type: Object
Remarks
Any type derived from the Object class can be assigned to this property. If the Tag property is set through the Visual studio designer, only text can be assigned. A common use for the Tag property is to store data that is closely associated with the document or ocr job.
See Also