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

PdfAcroFormComboBoxField(String, Int32, PdfRectangle) Constructor

Initializes a new instance of the PdfAcroFormComboBoxField class with the specified combo box field name, page number, where the field will be created, and the field rectangle.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Core.dll

Declaration

public PdfAcroFormComboBoxField(
    string name,
    int pageNumber,
    PdfRectangle rect
)

Parameters

Name Type Description
name String

A String that specifies the name of combo box field.

pageNumber Int32

An integer value that specifies the page number where the form field will be created.

rect PdfRectangle

A PdfRectangle object that represents a rectangle inside which a combo box field is located on a page.

See Also