Back to Devexpress

PdfGraphicsAcroFormCheckBoxField(String, RectangleF) Constructor

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

latest1.6 KB
Original Source

PdfGraphicsAcroFormCheckBoxField(String, RectangleF) Constructor

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

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

Parameters

NameTypeDescription
nameString

A name of a check box field.

| | rectangle | RectangleF |

A page rectangle in the world coordinate system where you can draw a check box field.

|

See Also

PdfGraphicsAcroFormCheckBoxField Class

PdfGraphicsAcroFormCheckBoxField Members

DevExpress.Pdf Namespace