Version

EmbedFonts Enumeration

Determines how the fonts used by the elements created by the UltraWebGridDocumentExporter will be embedded in the document. This is used by the ExportResources.FontsEmbedded property.
Syntax
'Declaration
 
Public Enum EmbedFonts 
   Inherits System.Enum
public enum EmbedFonts : System.Enum 
Members
MemberDescription
AllEmbed 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.
NoneWon'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.
ResourceFontsOnlyWill 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.
Requirements

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

See Also