| 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.
SignDocDocument.addSignature() ignores the font name set by this
function if string parameter "FontName" of
SignDocSignatureParameters is set to a non - empty value or if
the "SignatureTemplate" element of the XML document given to
blob parameter "Template" has a non - empty font - name attribute.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void setFontName(
string fontName
)
Parameters
- fontName
- Type: SystemString
The new font name.
See Also