PdfDocumentAddFormField(PdfFormField, Single) Method
Adds a form field at the given vertical offset after the last PDF object rendered
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void AddFormField(
PdfFormField formField,
float dy
)
Public Sub AddFormField (
formField As PdfFormField,
dy As Single
)
public:
void AddFormField(
PdfFormField^ formField,
float dy
)
member AddFormField :
formField : PdfFormField *
dy : float32 -> unit
Parameters
- formField PdfFormField
- The form field to add
- dy Single
- The vertical offset after the last PDF object rendered