Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v21.1.Drawing.dll

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public RectangleF Rectangle { get; set; }

Property Value

Type Description
RectangleF

A form field rectangle.

See Also