TiffSettings.Compression

TiffSettings.Compression property

Gets or sets the type of the compression.

public CompressionType Compression { get; set; }

Property Value

The type of the compression.

Remarks

Default value is CompressionType.LZW

See Also