Gets the name.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetName As String
public:
virtual String^ GetName() sealed
Return Value
Type:
String the name of a font. The behavior depends on the font type;
for a Type 3 font it gets the value of the Name key in a PDF Font resource.
For other types it gets the value of the BaseFont key in a PDF font resource.
See Also