Click or drag to resize

PdfCheckField Constructor

Creates a new PdfCheckField on the PdfPage.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public PdfCheckField(
	PdfPage parentPage
)

Parameters

parentPage
Type: RadPdf.Data.Document.PagesPdfPage
The page to which this new object should be added.
See Also