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

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

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

Same methods

PdfContentByte::SetLiteral ( char c ) : void
PdfContentByte::SetLiteral ( string s ) : void
PdfContentByte