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

PDFファイルのパスとファイル名
PDFファイルを暗号化するためのパスワード
すべてのシートのPDFファイルへのエクスポートを処理します。
構文
'Declaration
 
Public Overloads Sub SavePdf( _
   ByVal fileName As String, _
   ByVal pdfSecurity As PdfSecurity _
) 
public void SavePdf( 
   string fileName,
   PdfSecurity pdfSecurity
)

パラメータ

fileName
PDFファイルのパスとファイル名
pdfSecurity
PDFファイルを暗号化するためのパスワード
次のサンプルコードは、PDFファイルに保存します。
FpSpread1.SavePdf("c:\\PDFfile.pdf", new FarPoint.PDF.Source.Encryption.PdfSecurity("testing", "testing1", FarPoint.PDF.Source.Encryption.PdfPermissions.AllowPrint));
FpSpread1.SavePdf("c:\PDFfile.pdf", New FarPoint.PDF.Source.Encryption.PdfSecurity("testing", "testing1", FarPoint.PDF.Source.Encryption.PdfPermissions.AllowPrint))
参照

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

 

 


© MESCIUS inc. All rights reserved.