[]
        
(Showing Draft Content)

C1.Pdf.CompressionLevel

CompressionLevel Enum

Specifies the level of compression to be applied when adding entries to a zip file.

Namespace: C1.Pdf
Assembly: C1.Pdf.dll
Syntax
public enum CompressionLevel

Fields

Name Description
BestCompression

Highest compression, low speed.

BestSpeed

Low compression, highest speed.

DefaultCompression

High compression, high speed.

NoCompression

No Compression.