ToPdfParameterList
PrivateFontPaths Property
|
Gets or sets the private font paths.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public List<PrivateFontPath> PrivateFontPaths { get; set; }
Public Property PrivateFontPaths As List(Of PrivateFontPath)
Get
Set
public:
property List<PrivateFontPath>^ PrivateFontPaths {
List<PrivateFontPath>^ get ();
void set (List<PrivateFontPath>^ value);
}
member PrivateFontPaths : List<PrivateFontPath> with get, set
Property Value
Type:
List
PrivateFontPath
See Also