PdfPage.AddCheckBox Method

Adds the new check box control to the PdfPage.

Overload List

  NameDescription
Public methodAddCheckBox(PdfRectangle)
Adds the new check box control with auto-generated name to the PdfPage.
Public methodAddCheckBox(PdfPoint, Double)
Adds the new check box control with auto-generated name to the PdfPage.
Public methodAddCheckBox(PdfRectangle, String)
Adds the new check box control with auto-generated name and caption to the PdfPage.
Public methodAddCheckBox(String, PdfRectangle)
Adds the new check box control with specified unique name to the PdfPage.
Public methodAddCheckBox(Double, Double, Double)
Adds the new check box control with auto-generated name to the PdfPage.
Public methodAddCheckBox(PdfPoint, PdfSize, String)
Adds the new check box control with auto-generated name and caption to the PdfPage.
Public methodAddCheckBox(String, PdfPoint, Double)
Adds the new check box control with specified unique name to the PdfPage.
Public methodAddCheckBox(String, PdfRectangle, String)
Adds the new check box control with specified unique name and caption to the PdfPage.
Public methodAddCheckBox(String, PdfPoint, PdfSize, String)
Adds the new check box control with specified unique name and caption to the PdfPage.
Public methodAddCheckBox(String, Double, Double, Double)
Adds the new check box control with specified unique name to the PdfPage.
Public methodAddCheckBox(Double, Double, Double, Double, String)
Adds the new check box control with auto-generated name and caption to the PdfPage.
Public methodAddCheckBox(String, Double, Double, Double, Double, String)
Adds the new check box control with specified unique name and caption to the PdfPage.

See Also