MESCIUS SPREAD for ASP.NET 10.0J
ShowPDFSecurityPopup プロパティ

PDFパスワードポップアップを表示するかどうかを取得または設定します。
構文
'Declaration
 
Public Property ShowPDFSecurityPopup As Boolean
public bool ShowPDFSecurityPopup {get; set;}
次のサンプルコードは、PDF出力ボタンを選択したときにセキュリティダイアログを表示します。
FpSpread1.CommandBar.ShowPDFButton = true;
FpSpread1.CommandBar.ShowPDFSecurityPopup = true;
FpSpread1.CommandBar.ShowPDFButton = True
FpSpread1.CommandBar.ShowPDFSecurityPopup = True
参照

CommandBarInfo クラス
CommandBarInfo メンバ

 

 


© MESCIUS inc. All rights reserved.