| SignDocTextFieldAttributesgetFontSize Method |
Get the font size.
This function returns 0 if isSet() would return false.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic double getFontSize()
Public Function getFontSize As Double
public:
double getFontSize()
member getFontSize : unit -> float
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