 | PdfFontBaseFontName Property |
Gets base font name
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic string BaseFontName { get; }Public ReadOnly Property BaseFontName As String
Get
public:
property String^ BaseFontName {
String^ get ();
}member BaseFontName : string with get
/** @property */
public String get_BaseFontName()
function get_BaseFontName();
Property Value
String
See Also