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

PdfGraphicsAcroFormCheckBoxField(String, RectangleF) Constructor

Initializes a new instance of the PdfGraphicsAcroFormCheckBoxField class with the specified check box field name and a rectangle where the check box field will be located on a page.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Drawing.dll

Declaration

public PdfGraphicsAcroFormCheckBoxField(
    string name,
    RectangleF rectangle
)

Parameters

Name Type Description
name String

A String that specifies the name of a check box field.

rectangle RectangleF

A RectangleF object that represents a rectangle inside which a check box field is located on a page.

See Also