PdfAcroField constructor
PdfAcroField(
- PdfDict<
PdfDataType> dictionary, - PdfIndirect? indirectReference,
- String name,
- PdfAcroForm acroForm,
Implementation
PdfAcroField(
this.dictionary, this.indirectReference, this.name, this.acroForm);