Click or drag to resize
SignDocTextFieldAttributesgetFontSize Method
Get the font size. This function returns 0 if isSet() would return false.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public double getFontSize()

Return Value

Type: Double
The font size (in user space units). If the font size is 0, the default font size (which depends on the field size) will be used. @see getFontName(), setFontSize()
See Also