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

印刷するシート
PDFファイルのパスとファイル名
PDFファイルを暗号化するためのパスワード
指定したシートのPDFファイルへのエクスポートを処理します。
構文
'Declaration
 
Public Overloads Function SavePdf( _
   ByVal sheetView As SheetView, _
   ByVal fileName As String, _
   ByVal pdfSecurity As PdfSecurity _
) As Boolean

パラメータ

sheetView
印刷するシート
fileName
PDFファイルのパスとファイル名
pdfSecurity
PDFファイルを暗号化するためのパスワード
次のサンプルコードは、PDFに保存します。
FpSpread1.SavePdf(FpSpread1.Sheets[0], "c:\\test.pdf", new FarPoint.PDF.Source.Encryption.PdfSecurity("test", "test1"));
FpSpread1.SavePdf(FpSpread1.Sheets(0), "c:\test.pdf", New FarPoint.PDF.Source.Encryption.PdfSecurity("test", "test1"))
参照

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

 

 


© MESCIUS inc. All rights reserved.