PdfFileSignature.Save
Save(string)
Saves the result PDF to file.
public override void Save(string outputFile)
Parameter | Type | Description |
---|---|---|
outputFile | String | Output pdf file. |
See Also
- class PdfFileSignature
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF
Save(Stream)
Saves the result PDF to stream.
public override void Save(Stream outputStream)
Parameter | Type | Description |
---|---|---|
outputStream | Stream | Output pdf stream. |
See Also
- class PdfFileSignature
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF