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

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

パラメータ

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

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

 

 


© MESCIUS inc. All rights reserved.