| SignDocDocumentLoaderloadPdfFontConfigEnvironment Method |
Load font configuration for PDF documents from files specified by an environment variable.
Additional fonts may be required for rendering PDF documents.The font configuration for PDF documents contains mappings from font names to font files.See section Font Configuration.The "embed" attribute is ignored, substitutions with type = "forced" are applied before those with type = "fallback".
The font configuration for PDF documents is global, ie, it affects all PDF documents, no matter by which SignDocDocumentLoader object they have been created.
Under Windows, directories are separated by semicolons.Under Unix, directories are separated by colons.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void loadPdfFontConfigEnvironment(
string name
)
Public Sub loadPdfFontConfigEnvironment (
name As String
)
public:
void loadPdfFontConfigEnvironment(
String^ name
)
member loadPdfFontConfigEnvironment :
name : string -> unit
Parameters
- name
- Type: SystemString
The name of the environment variable.
See Also