iTextSharp.text.pdf.PdfObject.PdfObject C# (CSharp) Méthode

PdfObject() protected méthode

protected PdfObject ( int type ) : System
type int
Résultat System
        protected PdfObject(int type) {
            this.type = type;
        }
    

Same methods

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