Click or drag to resize

TextExtractorStyleGetFont Method

Gets the font.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj GetFont()

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