NonEmbeddedFonts
IPDFDocument3 :: General document methods

See Also
Collapse All

This property gets or sets a list of non-embedded fonts.

Syntax

BSTR NonEmbeddedFonts { get; set; }
Value
List of fonts separated by carriage returns (new lines)

Remarks

The NonEmbeddedFonts property contains a carriage-return separated list of non-embedded fonts in PDF documents. Use theĀ NonEmbeddedFonts_Add method to add font names to the list.

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

Equivalent in new interface: Set IPDFDocument4::FontEmbedStyle to needed value (esNotEmbed) before adding a font with IPDFDocument4::AddFont, IPDFDocument4::AddFontFromFile, IPDFDocument4::AddBuiltInFont.

See Also

Reference