'Declaration Public Enum EmbedFonts Inherits System.Enum
public enum EmbedFonts : System.Enum
Member | Description |
---|---|
All | Embed all fonts, even fonts that aren't loaded from the see cref="ExportResources.FontDirectory"/>. This will increase the size of the document that is generated. |
None | Won't embed any fonts in the documents. All fonts will be loaded from the end user's system. Not recommended if fonts are being loaded from the ExportResources.FontDirectory. |
ResourceFontsOnly | Will embed fonts that are loaded from the ExportResources.FontDirectory but won't embed any other fonts that are used. Any other fonts must be present on the end user's machine to be displayed. This is the default option. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2