Aspose::Pdf::Facades::PdfFileSignature::Save method

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

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
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>Output pdf stream.

See Also

PdfFileSignature::Save(System::String) method

Saves the result PDF to file.

void Aspose::Pdf::Facades::PdfFileSignature::Save(System::String outputFile) override
ParameterTypeDescription
outputFileSystem::StringOutput pdf file.

See Also