Click or drag to resize
SignDocTextFieldAttributessetFontName Method
Set the name of the font. The font name can be the name of a standard font, the name of an already embedded font, or the name of a font defined by a font configuration file.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setFontName(
	string fontName
)

Parameters

fontName
Type: SystemString
The new font name.
See Also