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

PdfLiteral() public method

public PdfLiteral ( string text ) : System
text string
return System
        public PdfLiteral(string text)
            : base(0, text)
        {
        }

Same methods

PdfLiteral::PdfLiteral ( byte b ) : System
PdfLiteral::PdfLiteral ( int size ) : System
PdfLiteral::PdfLiteral ( int type, byte b ) : System
PdfLiteral::PdfLiteral ( int type, string text ) : System