IsEmbedded

PresentationFontInfo.IsEmbedded property

Indicates whether this font is embedded inside the document, loaded into the Viewer instance (true), or it is a system font (false). Spreadsheet documents cannot hold embedded fonts, so for them this property always returns false.

public bool IsEmbedded { get; }

See Also