iTextSharp.text.pdf.PdfObject.PdfObject C# (CSharp) 메소드

PdfObject() 보호된 메소드

protected PdfObject ( int type ) : System
type int
리턴 System
        protected PdfObject(int type) {
            this.type = type;
        }
    

Same methods

PdfObject::PdfObject ( int type, byte bytes ) : System
PdfObject::PdfObject ( int type, string content ) : System