Spread for ASP.NET 11 Product Documentation
ShowPDFSecurityPopup Property
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > CommandBarInfo Class : ShowPDFSecurityPopup Property
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.
FpSpread1.CommandBar.ShowPDFButton = true;
FpSpread1.CommandBar.ShowPDFSecurityPopup = true;
FpSpread1.CommandBar.ShowPDFButton = True
FpSpread1.CommandBar.ShowPDFSecurityPopup = True
See Also

Reference

CommandBarInfo Class
CommandBarInfo Members