public bool SavePdf( int sheet, string fileName, PdfSecurity pdfSecurity )
'Declaration Public Overloads Function SavePdf( _ ByVal sheet As Integer, _ ByVal fileName As String, _ ByVal pdfSecurity As PdfSecurity _ ) As Boolean
'Declaration
Public Overloads Function SavePdf( _ ByVal sheet As Integer, _ ByVal fileName As String, _ ByVal pdfSecurity As PdfSecurity _ ) As Boolean
FpSpread1.SavePdf(-1, "c:\\test.pdf", new FarPoint.PDF.Source.Encryption.PdfSecurity("test", "test1"));
FpSpread1.SavePdf(-1, "c:\test.pdf", New FarPoint.PDF.Source.Encryption.PdfSecurity("test", "test1"))
FpSpread クラス FpSpread メンバ オーバーロード一覧
© MESCIUS inc. All rights reserved.