FontStoringArgsFontFileUri Property |
Gets or sets the font file URI.
Namespace:
Aspose.CAD.ImageOptions.SvgOptionsParameters
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public string FontFileUri { get; set; }
Public Property FontFileUri As String
Get
Set
public:
property String^ FontFileUri {
String^ get ();
void set (String^ value);
}
member FontFileUri : string with get, set
Property Value
Type:
String
The font file URI.
See Also