ImageOrPrintOptions.TiffCompression

ImageOrPrintOptions.TiffCompression property

Gets or sets the type of compression to apply only when saving pages to the Tiff format.

public TiffCompression TiffCompression { get; set; }

Remarks

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

See Also