DocumentAddFormField(PdfFormField, Single, Single) Method
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
Namespace: WinnovativeClientAssembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.0.0.0)
public void AddFormField(
PdfFormField formField,
float offsetX,
float offsetY
)
Public Sub AddFormField (
formField As PdfFormField,
offsetX As Single,
offsetY As Single
)
Parameters
- formField PdfFormField
- The form field to add
- offsetX Single
- The X offset from the last PDF element added to document
- offsetY Single
- The Y offset from the last PDF element added to document