Spread for ASP.NET 10 Product Documentation
ShowPDFSecurityPopup Property
Example 


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

CommandBarInfo Class
CommandBarInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.