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

PdfGraphicsAcroFormTextBoxField(String, RectangleF) Constructor

Initializes a new instance of the PdfGraphicsAcroFormTextBoxField class with the specified text box field name and a rectangle where the text box field will be located on a page.

Namespace: DevExpress.Pdf

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

Declaration

public PdfGraphicsAcroFormTextBoxField(
    string name,
    RectangleF rectangle
)

Parameters

Name Type Description
name String

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

rectangle RectangleF

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

See Also