Click or drag to resize
SignDocWatermarksetFontName 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. The default value is "Helvetica".

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setFontName(
	string fontName
)

Parameters

fontName
Type: SystemString
The new font name.
See Also