Font Property (FontSubSet.TextFormat)
In This Topic
Gets or sets a Font used by this format.
If not null, this value overrides the FontSubSet.TextFormat.FontName property.
Syntax
'Declaration
Public Property Font As Font
public Font Font {get; set;}
See Also