Click or drag to resize
SignDocDocumentLoaderloadPdfFontConfigStream Method
Load font configuration for PDF documents from a stream. 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.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void loadPdfFontConfigStream(
	Stream stream,
	string directory
)

Parameters

stream
Type: System.IOStream
The font configuration will be read from this stream. This function reads the input completely, it doesn't stop at the end tag.
directory
Type: SystemString
If non-null, relative font pathnames will be relative to this directory. The directory must exist and must be readable. If null, relative font pathnames will make this function fail.
See Also