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

PdfObject() protected method

protected PdfObject ( int type, string content ) : System
type int
content string
return System
        protected PdfObject(int type, string content) {
            this.type = type;
            bytes = PdfEncodings.ConvertToBytes(content, null);
        }
    

Same methods

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