Click or drag to resize
SignDocTextFieldAttributesgetFontName Method
Get the name of the font. This function returns an empty string 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 string getFontName()

Return Value

Type: String
The name of the font, "?" if the font is invalid.
See Also