iTextSharp.text.pdf.codec.TIFFLZWDecoder.TIFFLZWDecoder C# (CSharp) Method

TIFFLZWDecoder() public method

public TIFFLZWDecoder ( int w, int predictor, int samplesPerPixel ) : System
w int
predictor int
samplesPerPixel int
return System
        public TIFFLZWDecoder(int w, int predictor, int samplesPerPixel) {
            this.w = w;
            this.predictor = predictor;
            this.samplesPerPixel = samplesPerPixel;
        }