Adds the new check box control with auto-generated name to the
PdfPage.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfCheckBox AddCheckBox(
PdfPoint position,
double height
)
VB
Public Function AddCheckBox (
position As PdfPoint,
height As Double
) As PdfCheckBox
Parameters
- position
- Type: BitMiracle.Docotic.Pdf.PdfPoint
The position of the upper-left corner of the check box. - height
- Type: System.Double
The height of the check box.
Return Value
Type:
PdfCheckBox
The newly created
PdfCheckBox object.
Remarks
The
Rotation of the new check box is set to the rotation
(
Rotation) of the owner page.
See Also