EVO HTML to PDF Converter

DocumentAddFormField Method

EVO PDF Client for .NET Documentation
Overload List

  NameDescription
Public methodAddFormField(PdfFormField)
Adds a form field to this document right after the last PDF element added to document or to a page
Public methodAddFormField(PdfFormField, Single)
Adds a form field to this document at the given Y offset after the last PDF element added to document or to a page
Public methodAddFormField(PdfFormField, Single, Single)
Adds a form field to this document at the given X offset and the given Y offset after the last PDF element added to document or to a page
Public methodAddFormField(PdfFormField, Single, Boolean, Single, 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.
Public methodAddFormField(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.
Top
See Also

Reference