PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfPushButton.Action Class / Command Property

In This Topic
    Command Property
    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