form property

PdfAcroForm get form

AcroForm manager for general form fields.

Implementation

PdfAcroForm get form {
  _acroForm ??= PdfAcroForm(this);
  return _acroForm!;
}