ImageSaveOptions.TiffCompression

ImageSaveOptions.TiffCompression property

Gets or sets the type of compression to apply when saving generated images to the TIFF format.

public TiffCompression TiffCompression { get; set; }

Remarks

Has effect only when saving to TIFF. The default value is Lzw.

See Also