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

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

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

Same methods

PdfContentByte::SetLiteral ( float n ) : void
PdfContentByte::SetLiteral ( string s ) : void
PdfContentByte