FontSize Property (FontSubSet.TextFormat)
In This Topic
Gets or sets the logical font size, in points or in graphic units.
The defalut value is 12.
See also the description of the FontSubSet.TextFormat.FontSizeInGraphicUnits property.
Syntax
'Declaration
Public Property FontSize As Single
public float FontSize {get; set;}
See Also