| TesseractOcrJobResponseTag Property |
Gets or sets the object that contains data about the document.
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public Object Tag { get; set; }
Public Property Tag As Object
Get
Set
public:
virtual property Object^ Tag {
Object^ get () sealed;
void set (Object^ value) sealed;
}
Property Value
Type:
ObjectRemarks
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