Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

FontEmbedMode Property (PdfDocumentOptions)

Show in webframe
Font embedding mode used when creating an PDF document.
Syntax
get_fontEmbedMode();
set_fontEmbedMode(value);
Object.defineProperty('fontEmbedMode');

Property Value

TypeDescription
DocumentFontEmbedModeOne of the DocumentFontEmbedMode enumeration members that indicate which font embedding mode to use when creating a PDF document. Default value is DocumentFontEmbedMode.Auto.
Remarks

For more information, refer to the DocumentFontEmbedMode enumeration.

Note that FontEmbedMode is not supported when DocumentType is PdfDocumentType.PdfA. When saving PDF/A files; all fonts are always embedded in the file.

Example
For an example, refer to PdfDocumentOptions.
See Also

Reference

PdfDocumentOptions Object
PdfDocumentOptions Members

Error processing SSI file