'DeclarationPublic ReadOnly Property FontSize As Integer
'UsageDim instance As CharacterResult Dim value As Integer value = instance.FontSize
public int FontSize {get;}
public: __property int get_FontSize();
This read only property is the font size (in points) of the recognized character.
'DeclarationPublic ReadOnly Property FontSize As Integer
'UsageDim instance As CharacterResult Dim value As Integer value = instance.FontSize
public int FontSize {get;}
public: __property int get_FontSize();
| Exception | Description |
|---|---|
| System.PlatformNotSupportedException | This property is only supported on Windows platforms. On unsupported platforms, this property will throw a System.PlatformNotSupportedException. |
This read only property is the font size (in points) of the recognized character.