Skip to main content

PdfAcroFormTextBoxField(String, Int32, PdfRectangle) Constructor

Initializes a new instance of the PdfAcroFormTextBoxField class with the specified text box field name, page number, where the field will be created, and the field rectangle in user coordinate system.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAcroFormTextBoxField(
    string name,
    int pageNumber,
    PdfRectangle rectangle
)

Parameters

Name Type Description
name String

A String that specifies the name of text box field.

pageNumber Int32

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

rectangle PdfRectangle

A PdfRectangle object that represents a rectangle in user coordinate system used to place a text box field.

See Also