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