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

PdfAcroFormCommonVisualField.Rectangle Property

Specifies a rectangle inside which an interactive form field is located on a page.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfRectangle Rectangle { get; set; }

Property Value

Type Description
PdfRectangle

A PdfRectangle object that represents a field rectangle.

See Also