Click or drag to resize

TiffCodecCompression Constructor

Creates a new instance of TiffCodecCompression.
Overload List
  NameDescription
Public methodTiffCodecCompression(TiffCompression)
Creates a new instance of TiffCodecCompression specifying the compression type.
Public methodTiffCodecCompression(TiffCompression, Int32)
Creates a new instance of TiffCodecCompression specifying the compression type and JPEG quality.
Public methodTiffCodecCompression(TiffCompression, Int32, Boolean)
Creates a new instance of TiffCodecCompression specifying the compression type, JPEG Quality, and LZW Predictor.
Public methodTiffCodecCompression(TiffCompression, Int32, Boolean, Boolean)
Creates a new instance of TiffCodecCompression specifying the compression type, JPEG Quality, and LZW Predictor, and whether to use old style JPEG compression.
Top
See Also