FarPoint.Web.Spread 名前空間 > FpSpread クラス > SavePdf メソッド : SavePdf(String,PdfSecurity) メソッド |
'Declaration
Public Overloads Sub SavePdf( _ ByVal fileName As String, _ ByVal pdfSecurity As PdfSecurity _ )
public void SavePdf( string fileName, PdfSecurity pdfSecurity )
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))