MESCIUS SPREAD for ASP.NET 10.0J
SavePdfToResponse(PdfSecurity) メソッド

PDFファイルを暗号化するためのパスワード
Spreadコンポーネントの内容をResponseオブジェクトにPDFファイル形式で保存します。PDFファイルを暗号化するためのパスワード
構文
'Declaration
 
Public Overloads Function SavePdfToResponse( _
   ByVal pdfSecurity As PdfSecurity _
) As Boolean
public bool SavePdfToResponse( 
   PdfSecurity pdfSecurity
)

パラメータ

pdfSecurity
PDFファイルを暗号化するためのパスワード
次のサンプルコードは、SavePdfToResponseメソッドを使用します。
FpSpread1.SavePdfToResponse(new FarPoint.PDF.Source.Encryption.PdfSecurity("test"));
FpSpread1.SavePdfToResponse(New FarPoint.PDF.Source.Encryption.PdfSecurity("test"))
参照

FpSpread クラス
FpSpread メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.