HiQPdf Documentation

PdfDocumentAddFormField Method (PdfFormField, Single, Single)

HiQPdf Client for .NET Core
Adds a form field at the given horizontal and vertical offset after the last PDF object rendered

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void AddFormField(
	PdfFormField formField,
	float dx,
	float dy
)

Parameters

formField
Type: HiQPdfClientPdfFormField
The form field to add
dx
Type: SystemSingle
The horizontal offset after the last PDF object rendered
dy
Type: SystemSingle
The vertical offset after the last PDF object rendered
See Also

Reference