Gets or sets the private font paths.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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