| 
ToPdfParameterList
EmbeddedFontNameList Property
  | 
 Gets or sets Embedded into the PDF document font name.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public List<string> EmbeddedFontNameList { get; set; }
 
Public Property EmbeddedFontNameList As List(Of String)
	Get
	Set
 
public:
property List<String^>^ EmbeddedFontNameList {
	List<String^>^ get ();
	void set (List<String^>^ value);
}
 
member EmbeddedFontNameList : List<string> with get, set
 
 
 
Property Value
 
 Type:
 
List
 
String
 
 
 See Also
See Also