Documents for PDF, .NET Edition Documentation
FontCompressionLevel Enumeration

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace : FontCompressionLevel Enumeration
Specifies the method of font compression in the font atlas.
Syntax
'Declaration
 
Public Enum FontCompressionLevel 
   Inherits System.Enum
public enum FontCompressionLevel : System.Enum 
Members
MemberDescription
DefaultBetter compression and relatively fast decompression.
FastFast compression using the standard compression algorithm from System.IO.Compression.
StoreNo compression is performed on the source font.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Text.FontCompressionLevel

See Also

Reference

GrapeCity.Documents.Text Namespace