iTextSharp.text.pdf.PdfContentByte.SetLiteral C# (CSharp) Method

SetLiteral() public method

public SetLiteral ( string s ) : void
s string
return void
        public void SetLiteral(string s)
        {
            content.Append(s);
        }

Same methods

PdfContentByte::SetLiteral ( char c ) : void
PdfContentByte::SetLiteral ( float n ) : void
PdfContentByte