Skip to main content
A newer version of this page is available. .

PdfGraphicsAcroFormField.CreateComboBox(String, RectangleF) Method

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Drawing.dll

Declaration

public static PdfGraphicsAcroFormComboBoxField CreateComboBox(
    string name,
    RectangleF rect
)

Parameters

Name Type Description
name String

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

rect RectangleF

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

Returns

Type Description
PdfGraphicsAcroFormComboBoxField

A PdfGraphicsAcroFormComboBoxField object that represents a created combo box field.

See Also