| TesseractOcrWordFontAttributes Property |
Gets the Font attributes of the word.
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public TesseractOcrFontAttributes FontAttributes { get; }
Public ReadOnly Property FontAttributes As TesseractOcrFontAttributes
Get
public:
virtual property TesseractOcrFontAttributes^ FontAttributes {
TesseractOcrFontAttributes^ get () sealed;
}
Property Value
Type:
TesseractOcrFontAttributes
The Font attributes as
TesseractOcrFontAttributes.
See Also