[]
        
(Showing Draft Content)

C1.C1Pdf.PdfPushButton.Action.-ctor

Action Constructor

Action()

Initializes a new instance of the PdfPushButton.Action class.

Declaration
public Action()

Action(ButtonAction)

Initializes a new instance of the PdfPushButton.Action class.

Declaration
public Action(ButtonAction actionType)
Parameters
Type Name Description
ButtonAction actionType

Specifies the action type.

Action(ButtonAction, string)

Initializes a new instance of the PdfPushButton.Action class.

Declaration
public Action(ButtonAction actionType, string cmd)
Parameters
Type Name Description
ButtonAction actionType

Specifies the action type.

string cmd

Specifies the command associated with the action (semantics depend on actionType).