FontStoringArgsSourceFontFileName Property |
Gets the source font file name.
Namespace:
Aspose.CAD.ImageOptions.SvgOptionsParameters
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic string SourceFontFileName { get; }
Public ReadOnly Property SourceFontFileName As String
Get
public:
property String^ SourceFontFileName {
String^ get ();
}
member SourceFontFileName : string with get
Property Value
Type:
String
The source font file.
See Also