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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
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