SignatureWidgetSetFontSize 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
)
Public Sub SetFontSize (
font_size As Double
)
public:
virtual void SetFontSize(
[InAttribute] double font_size
) sealed
function SetFontSize(font_size);
Parameters
- font_size
- Type: SystemDouble
the new 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