CreateCheckBox
[This method is new in version 2.0 of Gnostice PDFtoolkit ActiveX/. NET Professional Edition]
The CreateCheckBox method returns the gtPDFFormCheckBoxX object.
Syntax
[VC++]
CgtPDFFormCheckBoxX CreateCheckBox();
[CS]
public abstract new gtPDFFormCheckBoxX CreateCheckBox ( )
[VB]
Function CreateCheckBox() As gtPDFFormCheckBoxX