FreeTextSetFontSize Method |
Sets the font size of the FreeText 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 font size
See Also