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

PdfGraphicsAcroFormListBoxField(String, RectangleF) Constructor

Initializes a new instance of the PdfGraphicsAcroFormListBoxField class with the specified list box 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 PdfGraphicsAcroFormListBoxField(
    string name,
    RectangleF rectangle
)

Parameters

Name Type Description
name String

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

rectangle RectangleF

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

See Also