PrivateFontPath
FontPath Property
|
Gets or sets the path of the font.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string FontPath { get; set; }
Public Property FontPath As String
Get
Set
public:
property String^ FontPath {
String^ get ();
void set (String^ value);
}
member FontPath : string with get, set
Property Value
Type:
String
See Also