Documents for PDF, .NET Edition Documentation
FontEmbedMode Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace : FontEmbedMode Enumeration
Defines possible modes of the font embedding.
Syntax
'Declaration
 
Public Enum FontEmbedMode 
   Inherits System.Enum
public enum FontEmbedMode : System.Enum 
Members
MemberDescription
EmbedFullFontEmbed full font.
EmbedSubsetEmbed subset of the font with used glyphs.
NotEmbedDo not embed a font.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.FontEmbedMode

See Also

Reference

GrapeCity.Documents.Pdf Namespace