Aspose::Pdf::Facades::PdfFileSignature::Save method
Contents
[
Hide
]PdfFileSignature::Save() method
Save signed pdf file. Output filename must be provided before with the help of coresponding PdfFileSignature constructor.
void Aspose::Pdf::Facades::PdfFileSignature::Save()
Deprecated
Please, use Save method with parameter.
See Also
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileSignature::Save(System::SharedPtr<System::IO::Stream>) method
Saves the result PDF to stream.
void Aspose::Pdf::Facades::PdfFileSignature::Save(System::SharedPtr<System::IO::Stream> outputStream) override
| Parameter | Type | Description |
|---|---|---|
| outputStream | System::SharedPtr<System::IO::Stream> | Output pdf stream. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileSignature::Save(System::String) method
Saves the result PDF to file.
void Aspose::Pdf::Facades::PdfFileSignature::Save(System::String outputFile) override
| Parameter | Type | Description |
|---|---|---|
| outputFile | System::String | Output pdf file. |
See Also
- Class String
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++