BaseViewOptionsDefaultFontName Property |
Default font to be used when particular font used in document can't be found.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic string DefaultFontName { get; set; }
Public Property DefaultFontName As String
Get
Set
public:
property String^ DefaultFontName {
String^ get ();
void set (String^ value);
}
member DefaultFontName : string with get, set
Property Value
Type:
String
See Also