PdfAcroForm constructor

PdfAcroForm(
  1. PdfDocument document
)

Implementation

PdfAcroForm(this.document) {
  _ensureAcroForm();
}