TextExtractorStyleGetFont Method |
Gets the font.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetFont As Obj
public:
virtual Obj^ GetFont() sealed
Return Value
Type:
Obj low-level PDF font object. A high level font object can
be instantiated as follows:
pdftron.PDF.Font f = new pdftron.PDF.Font(style.getFont());
See Also