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


In This Topic
    ShowPDFSecurityPopup Property
    In This Topic
    Gets or sets whether to display the PDF password popup.
    Syntax
    'Declaration
     
    
    Public Property ShowPDFSecurityPopup As Boolean
    'Usage
     
    
    Dim instance As CommandBarInfo
    Dim value As Boolean
     
    instance.ShowPDFSecurityPopup = value
     
    value = instance.ShowPDFSecurityPopup
    public bool ShowPDFSecurityPopup {get; set;}
    Example
    This example displays the security dialog when selecting the PDF print button.
    See Also