TextStyleFontSize Property |
Gets the font size.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic double FontSize { get; }
Public ReadOnly Property FontSize As Double
Get
public:
property double FontSize {
double get ();
}
member FontSize : float with get
Property Value
Type:
DoubleA double value that represents the font size.
See Also