TextWidgetGetFontSize Method |
Returns the font size used in this Widget Annotation.
Namespace:
pdftron.PDF.Annots
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
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
Remarks A font size of 0 specifies that the text should be autosized to fit in the Widget.
See Also