Click or drag to resize
SignDocDocumentLoadergetFailedFontFiles Method
Get the pathnames of font files that failed to load for the most recent loadFontConfig*() or loadPdfFontConfig*() call. This includes files that could not be found and files that could not be loaded.In the former case, the pathname may contain wildcard characters. Note that loadFontConfig*() and loadPdfFontConfig() no longer fail if a specified font file cannot be found or loaded.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public string[] getFailedFontFiles()

Return Value

Type: String

[Missing <returns> documentation for "M:de.softpro.signdocsdk.SignDocDocumentLoader.getFailedFontFiles"]

See Also