| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setFontName(
string fontName
)
Public Sub setFontName (
fontName As String
)
public:
void setFontName(
String^ fontName
)
member setFontName :
fontName : string -> unit
Parameters
- fontName
- Type: SystemString
The new font name.
See Also