Back to Devexpress

PdfGraphicsAcroFormTextBoxField(String, RectangleF) Constructor

officefileapi-devexpress-dot-pdf-dot-pdfgraphicsacroformtextboxfield-dot-ctor-x28-system-dot-string-system-dot-drawing-dot-rectanglef-x29.md

latest1.6 KB
Original Source

PdfGraphicsAcroFormTextBoxField(String, RectangleF) Constructor

Initializes a new instance of the PdfGraphicsAcroFormTextBoxField class with the specified parameters.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public PdfGraphicsAcroFormTextBoxField(
    string name,
    RectangleF rectangle
)
vb
Public Sub New(
    name As String,
    rectangle As RectangleF
)

Parameters

NameTypeDescription
nameString

A name of a text box field.

| | rectangle | RectangleF |

A page area in the world coordinate system where you can draw a text box field.

|

See Also

PdfGraphicsAcroFormTextBoxField Class

PdfGraphicsAcroFormTextBoxField Members

DevExpress.Pdf Namespace