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

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

public PRAcroForm ( PdfReader reader ) : System
reader PdfReader
Результат System
        public PRAcroForm(PdfReader reader)
        {
            this.reader = reader;
            fields = new List<FieldInformation>();
            fieldByName = new Dictionary<string,FieldInformation>();
            stack = new List<PdfDictionary>();
        }