iTextSharp.text.pdf.codec.TIFFLZWDecoder.TIFFLZWDecoder C# (CSharp) Метод

TIFFLZWDecoder() публичный Метод

public TIFFLZWDecoder ( int w, int predictor, int samplesPerPixel ) : System
w int
predictor int
samplesPerPixel int
Результат System
        public TIFFLZWDecoder(int w, int predictor, int samplesPerPixel) {
            this.w = w;
            this.predictor = predictor;
            this.samplesPerPixel = samplesPerPixel;
        }