iTextSharp.text.pdf.PRAcroForm.PRAcroForm C# (CSharp) Method

PRAcroForm() public method

public PRAcroForm ( PdfReader reader ) : System
reader PdfReader
return System
        public PRAcroForm(PdfReader reader)
        {
            this.reader = reader;
            fields = new List<FieldInformation>();
            fieldByName = new Dictionary<string,FieldInformation>();
            stack = new List<PdfDictionary>();
        }