| 
Document
PrivateFontList Property
  | 
 Gets the private font list.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public List<PrivateFontPath> PrivateFontList { get; }
 
Public ReadOnly Property PrivateFontList As List(Of PrivateFontPath)
	Get
 
public:
property List<PrivateFontPath>^ PrivateFontList {
	List<PrivateFontPath>^ get ();
}
 
member PrivateFontList : List<PrivateFontPath> with get
 
 
 
Property Value
 
 Type:
 
List
 
PrivateFontPath
 
 
 See Also
See Also