FontSizeInGraphicUnits Property (FontSubSet.TextFormat)
In This Topic
/// Gets or sets a value indicating whether
FontSubSet.TextFormat.FontSize specifies the font size in graphic units or in points.
Syntax
'Declaration
Public Property FontSizeInGraphicUnits As Boolean
public bool FontSizeInGraphicUnits {get; set;}
See Also