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

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

public PdfLiteral ( byte b ) : System
b byte
Результат System
        public PdfLiteral(byte[] b)
            : base(0, b)
        {
        }

Same methods

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