DioDocs for PDF
FontCompressionLevel 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : FontCompressionLevel 列挙体
Specifies the method of font compression in the font atlas.
シンタックス
'宣言
 
Public Enum FontCompressionLevel 
   Inherits System.Enum
public enum FontCompressionLevel : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

GrapeCity.Documents.Text 名前空間