CadImageDefaultFont Property |
Gets or sets the default font.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
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
The default font.
See Also