Click or drag to resize

PdfCheckField Constructor

Creates a new PdfCheckField on the PdfPage.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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