EmbedTrueTypeFontsForASCII

IPdfOptions.EmbedTrueTypeFontsForASCII property

True to embed true type fonts for ASCII characters 32-127. Fonts for character codes greater than 127 are always embedded. Read/write Boolean.

public bool EmbedTrueTypeFontsForASCII { get; set; }

Remarks

Default is true.

See Also