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