ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfPushButton.Action Class / Command Property

In This Topic
    Command Property (PdfPushButton.Action)
    In This Topic
    Gets or sets the command associated with the current PdfPushButton.Action. Command semantics depend on ActionType.
    Syntax
    'Declaration
     
    
    Public Property Command As String
    public string Command {get; set;}
    See Also