www.gnostice.com 

AddPushButton Method

Top  Previous  Next

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

 

 

 

 

Syntax

 

 

[VC++]

void AddPushButton(LPDISPATCH Item);

 

[C#]

public abstract new void AddPushButton( eDocEngineX.gtPDFFormPushButtonX Item )

 

[VB]

Sub AddPushButton(Item As gtPDFFormPushButtonX)

 

 

 

 

 

 

 

Parameters

 

       Item

          specifies the push button object to be added.