Click or drag to resize

WidgetSetFontSize Method

Sets the font size of the Widget Annotation.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetFontSize(
	double font_size
)

Parameters

font_size
Type: SystemDouble
the new font size
Exceptions
ExceptionCondition
[!: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