Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicTiffWriter Class / CompressionLevel Property

In This Topic
    CompressionLevel Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property CompressionLevel As System.Single
    public System.float CompressionLevel {get; set;}
    See Also