[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.GcWicTiffWriter.CompressionLevel

CompressionLevel Property

CompressionLevel

Gets or sets the compression level (0.0, 1.0).

0.0 means the least efficient but fast compression. 1.0 means the most efficient scheme available, typically taking more time to encode but producing smaller output.

Declaration
public float CompressionLevel { get; set; }
Public Property CompressionLevel As Single