Overload | Description |
---|---|
SavePdfToResponse() | Saves the contents of the Spread component to a Response object in PDF file format. |
SavePdfToResponse(PdfSecurity) | Saves the contents of the Spread component to a Response object in PDF file format. The password to encrypt pdf file |
SavePdfToResponse(String) | Saves the contents of the Spread component to a Response object in PDF file format. |
SavePdfToResponse(String,PdfSecurity) | Saves the contents of the Spread component to a Response object in PDF file format. |
SavePdfToResponse(Int32,String,Boolean) | Saves the contents of the Spread component to a Response object in PDF file format. |
SavePdfToResponse(Int32,String,Boolean,PdfSecurity) | Saves the contents of the Spread component to a Response object in PDF file format. |