HiQPdf Documentation

PdfFormAddListBox Method (PdfPage, PdfFormListBox)

HiQPdf Client for .NET Core
Adds an existing list box field in form

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

public void AddListBox(
	PdfPage pdfPage,
	PdfFormListBox listBox
)

Parameters

pdfPage
Type: HiQPdfClientPdfPage
The PDF page where to add the list box
listBox
Type: HiQPdfClientPdfFormListBox
The list box field to add
See Also

Reference