Gets the type.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static FontType GetType(
Obj font_dict
)
Public Shared Function GetType (
font_dict As Obj
) As FontType
public:
static FontType GetType(
[InAttribute] Obj^ font_dict
)
pdftron.PDF.Font.GetType = function(font_dict);
Parameters
- font_dict
- Type: pdftron.SDFObj
the font_dict
Return Value
Type:
FontType The type of a given SDF/Cos font dictionary
See Also