Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphicsAcroFormField.CreateListBox(String, RectangleF) Method

Creates a list box field using the field name and a rectangle where the list box field will be located on a page.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Drawing.dll

Declaration

public static PdfGraphicsAcroFormListBoxField CreateListBox(
    string name,
    RectangleF rect
)

Parameters

Name Type Description
name String

A String that specifies the name of a list box field.

rect RectangleF

A RectangleF object that represents a rectangle inside which a list box field is located on a page.

Returns

Type Description
PdfGraphicsAcroFormListBoxField

A PdfGraphicsAcroFormListBoxField object that represents a created list box field.

See Also