Skip to main content

PdfGraphicsAcroFormCommonField.Rectangle Property

Specifies a page rectangle in the world coordinate system where the form field is located on a page.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public RectangleF Rectangle { get; set; }

Property Value

Type Description
RectangleF

A form field rectangle.

See Also