| SignDocDocumentLoaderloadPdfFontConfigFile Method |
Load font configuration for PDF documents from a file.
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 font configuration for PDF documents is global, ie, it affects all PDF documents, no matter by which SignDocDocumentLoader object they have been created.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void loadPdfFontConfigFile(
string path
)
Parameters
- path
- Type: SystemString
The pathname of the file.
See Also