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>();
        }