PdfFormAddListBox(PdfPage, PdfFormListBox) Method

Adds an existing list box field in form

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void AddListBox(
	PdfPage pdfPage,
	PdfFormListBox listBox
)

Parameters

pdfPage  PdfPage
The PDF page where to add the list box
listBox  PdfFormListBox
The list box field to add

See Also