| TesseractOcrFontAttributesIsSerif Property |
Gets a value indicating whether font is serif.
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public bool IsSerif { get; }
Public ReadOnly Property IsSerif As Boolean
Get
public:
virtual property bool IsSerif {
bool get () sealed;
}
Property Value
Type:
Booleantrue if [IsSerif]; otherwise,
false.
See Also