[]
        
(Showing Draft Content)

C1.C1Pdf.PdfPushButton.Action

PdfPushButton.Action Class

Represents an action that can be taken when the state of a PdfPushButton changes.

Inheritance
PdfPushButton.Action
Namespace: C1.C1Pdf
Assembly: C1.C1Pdf.4.8.dll
Syntax
public class PdfPushButton.Action

Constructors

Name Description
Action()

Initializes a new instance of the PdfPushButton.Action class.

Action(ButtonAction)

Initializes a new instance of the PdfPushButton.Action class.

Action(ButtonAction, string)

Initializes a new instance of the PdfPushButton.Action class.

Properties

Name Description
ActionType

Gets or sets the type of the current PdfPushButton.Action.

Command

Gets or sets the command associated with the current PdfPushButton.Action. Command semantics depend on ActionType.

PageNo

Gets or sets the 1-based page number for GotoPage action. Note that setting this property overrides the current Command value with the string representation of the page number.