PdfSaveOptions.EmbedStandardWindowsFonts

PdfSaveOptions.EmbedStandardWindowsFonts property

True to embed true type fonts. Affects only ASCII characters 32-127. Fonts for character codes greater than 127 are always embedded. Fonts are always embedded for PDF/A-1a, PDF/A-1b standard. Default is true.

public bool EmbedStandardWindowsFonts { get; set; }

See Also