Click or drag to resize
SignDocDocumentLoaderloadFontConfigStream Method
Load font configuration from a stream. 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. 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
Syntax
C#
public void loadFontConfigStream(
	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