Gets the descriptor.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetDescriptor()
Public Function GetDescriptor As Obj
public:
virtual Obj^ GetDescriptor() sealed
function GetDescriptor();
Return Value
Type:
Obj a SDF/Cos object representing FontDescriptor or NULL is FontDescriptor
is not present.
See Also