PdfAcroField constructor

PdfAcroField(
  1. PdfDict<PdfDataType> dictionary,
  2. PdfIndirect? indirectReference,
  3. String name,
  4. PdfAcroForm acroForm,
)

Implementation

PdfAcroField(
    this.dictionary, this.indirectReference, this.name, this.acroForm);