PdfAcroSignatureField constructor

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

Implementation

PdfAcroSignatureField(
    super.dictionary, super.indirectReference, super.name, super.acroForm);