Click or drag to resize

CheckBoxWidgetCreate Method (PDFDoc, Rect)

Creates a new Check Box Widget annotation, in the specified document with a default field name.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static CheckBoxWidget Create(
	PDFDoc doc,
	Rect pos
)

Parameters

doc
Type: pdftron.PDFPDFDoc
The document to which the annotation is added.
pos
Type: pdftron.PDFRect
A rectangle specifying the annotation's bounds, specified in user space coordinates.

Return Value

Type: CheckBoxWidget
A newly created blank Check Box Widget annotation.
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also