NonEmbeddedFonts_Add
IPDFDocument3 :: General document methods

See Also
Collapse All

This method adds a font to the list of non-embedded fonts.

Syntax

HRESULT NonEmbeddedFonts_Add (
BSTR fontName
)
Parameters
fontName
Name of the font

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

The NonEmbeddedFonts_Add method adds a font name to the list of non-embedded fonts.

Note: list of non-embedded fonts is ignored if the PDF document is in PDF/A mode.

See Also

Reference