'Declaration Public Property RecompressImageData As Boolean
public bool RecompressImageData { get; set; }
Property Value
True - original data of TIFF image must be decompressed, data must be compressed with new encoder settings, compressed data must be copied from source TIFF file to the destination TIFF file;
false - original data of TIFF image must be copied from source TIFF file to the destination TIFF file.
Default value is True.
false - original data of TIFF image must be copied from source TIFF file to the destination TIFF file.
Default value is True.