www.gnostice.com 

AddCheckBox Method

Top  Previous  Next

This method contains properties of a Check Box. Create an instance of this class and pass it as a parameter to AddFormItem to add a Check Box to the document.

 

 

 

 

Syntax

 

 

[VC++]

void AddCheckBox(LPDISPATCH Item);

 

[C#]

public abstract new void AddCheckBox ( eDocEngineX.gtPDFFormCheckBoxX Item )

 

[VB]

Sub AddCheckBox(Item As gtPDFFormCheckBoxX)