Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CommandBarInfo Class / ShowPDFButton Property
Example


In This Topic
    ShowPDFButton Property
    In This Topic
    Gets or sets whether to display the print PDF button.
    Syntax
    'Declaration
     
    
    Public Property ShowPDFButton As Boolean
    'Usage
     
    
    Dim instance As CommandBarInfo
    Dim value As Boolean
     
    instance.ShowPDFButton = value
     
    value = instance.ShowPDFButton
    public bool ShowPDFButton {get; set;}
    Example
    This example sets the ShowPDFButton property.
    See Also