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