TextExtractorStyleGetFontSize Method |
Gets the font size.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetFontSize()
Public Function GetFontSize As Double
public:
virtual double GetFontSize() sealed
Return Value
Type:
Double The font size used to draw the selected text as it
appears on the output page.
Remarks Unlike the 'font size' in the graphics state (pdftron.PDF.GState)
the returned font size accounts for the effects CTM, text matrix,
and other graphics state attributes that can affect the appearance of
text.
See Also