Aspose::Pdf::Facades::PdfFileStamp::Save method

PdfFileStamp::Save(System::SharedPtr<System::IO::Stream>) method

Saves document into specified stream.

void Aspose::Pdf::Facades::PdfFileStamp::Save(System::SharedPtr<System::IO::Stream> destStream) override
ParameterTypeDescription
destStreamSystem::SharedPtr<System::IO::Stream>Stream where document will be saved.

See Also

PdfFileStamp::Save(System::String) method

Saves result into specified file.

void Aspose::Pdf::Facades::PdfFileStamp::Save(System::String destFile) override
ParameterTypeDescription
destFileSystem::StringPath to file where document will be saved.

See Also