Aspose::Pdf::Facades::PdfFileSanitization::Save метод
PdfFileSanitization::Save(System::SharedPtr<System::IO::Stream>) method
Сохраняет полученный PDF в поток.
void Aspose::Pdf::Facades::PdfFileSanitization::Save(System::SharedPtr<System::IO::Stream> outputStream) override
| Параметр | Тип | Описание |
|---|---|---|
| outputStream | System::SharedPtr<System::IO::Stream> | выходной поток PDF |
См. также
- Typedef SharedPtr
- Class Stream
- Class PdfFileSanitization
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileSanitization::Save(System::String) method
Сохраняет полученный PDF в файл.
void Aspose::Pdf::Facades::PdfFileSanitization::Save(System::String outputFile) override
| Параметр | Тип | Описание |
|---|---|---|
| outputFile | System::String | выходной файл PDF |
См. также
- Class String
- Class PdfFileSanitization
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++