AddFormField(PdfFormField) | Adds a form field after the last PDF object rendered |
AddFormField(PdfFormField, Single) | Adds a form field at the given vertical offset after the last PDF object rendered |
AddFormField(PdfFormField, Single, Single) | Adds a form field at the given horizontal and vertical offset after the last PDF object rendered |
AddFormField(PdfFormField, Single, Boolean, Single, Boolean) | Adds a form field at a given X and Y position in PDF page where the last object was rendered. The position can be absolute in PDF page or relative to last object rendered |
AddFormField(PdfFormField, Single, Boolean, Boolean, Single, Boolean, Boolean) | Adds a form field to this document at the given X and Y location in the PDF page where the last element rendering ended. The location can be absolute in PDF page or relative as an offset from the position where the last element rendering ended. |