iTextSharp.text.pdf.codec.TiffWriter.FieldBase.FieldBase C# (CSharp) 메소드

FieldBase() 보호된 메소드

protected FieldBase ( int tag, int fieldType, int count ) : System
tag int
fieldType int
count int
리턴 System
            protected FieldBase(int tag, int fieldType, int count) {
                this.tag = tag;
                this.fieldType = fieldType;
                this.count = count;
            }