WordProcessingLoadOptionsDefaultFont Property |
Default font for Words document. The following font will be used if a font is missing.
Namespace: GroupDocs.Conversion.Options.LoadAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic string DefaultFont { get; set; }
Public Property DefaultFont As String
Get
Set
public:
property String^ DefaultFont {
String^ get ();
void set (String^ value);
}
member DefaultFont : string with get, set
Property Value
Type:
String
See Also