iTextSharp.text.pdf.PdfObject.PdfObject C# (CSharp) Method

PdfObject() protected method

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

Same methods

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