Winnovative Word to PDF Converter

PdfFormAddListBox Method

Winnovative Word to PDF Converter Documentation
Creates a list box field in PDF form

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax

public PdfFormListBox AddListBox(
	PdfPage pdfPage,
	RectangleF box,
	string[] items,
	PdfFont pdfFont
)

Parameters

pdfPage
Type: WnvWordToPdfPdfPage
The PDF page in which to place the list box control
box
Type: System.DrawingRectangleF
The list box control bounding box
items
Type: SystemString
The list box items
pdfFont
Type: WnvWordToPdfPdfFont
The list box items font

Return Value

Type: PdfFormListBox
The created list box field
See Also

Reference