FontFileSelectionEventArgsSelectedFont Property |
Gets or sets the actual (selected) font that will be used for outlining the Character based on the FontName,
Italic and Bold values.
Use any of the fonts returned from the Fonts collection.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic FontFile SelectedFont { get; set; }
Public Property SelectedFont As FontFile
Get
Set
Property Value
FontFile
See Also