iTextSharp.text.pdf.PdfContentByte.SetLiteral C# (CSharp) Метод

SetLiteral() публичный Метод

public SetLiteral ( string s ) : void
s string
Результат void
        public void SetLiteral(string s)
        {
            content.Append(s);
        }

Same methods

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