| SignDocDocumentLoaderloadFontConfigEnvironment Method |
Load font configuration from files specified by an environment variable.
Suitable fonts are required for putting text containing characters that cannot be encoded using WinAnsiEncoding into text fields, FreeText annotations, DigSig appearances, watermarks, and pages of PDF documents.See section Font Configuration.
Under Windows, directories are separated by semicolons.Under Unix, directories are separated by colons.
The font configuration applies to all SignDocDocument objects created by this object.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void loadFontConfigEnvironment(
string name
)
Parameters
- name
- Type: SystemString
The name of the environment variable.
See Also