Aspose::Pdf::Facades::PdfFileInfo::SaveNewInfo metod
PdfFileInfo::SaveNewInfo(const System::SharedPtr<System::IO::Stream>&) method
Spara uppdaterat PDF-dokument i den angivna strömmen.
bool Aspose::Pdf::Facades::PdfFileInfo::SaveNewInfo(const System::SharedPtr<System::IO::Stream> &outputStream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | Utdatastream. |
ReturnValue
Sant om lyckat, annars falskt.
Deprecated
Använd Save(destination)-metoden för att spara fasadresultat.
Se även
- Typedef SharedPtr
- Class Stream
- Class PdfFileInfo
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileInfo::SaveNewInfo(const System::String&) method
Spara uppdaterat PDF-dokument i den angivna filen.
bool Aspose::Pdf::Facades::PdfFileInfo::SaveNewInfo(const System::String &outputFile)
| Parameter | Typ | Beskrivning |
|---|---|---|
| outputFile | const System::String& | Utdatafil. |
ReturnValue
Sant om lyckat, annars falskt.
Se även
- Class String
- Class PdfFileInfo
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++