Aspose::Page::XPS::XpsDocument::Save method
XpsDocument::Save(System::SharedPtr<System::IO::Stream>) method
Slaat XPS-document op naar stream.
void Aspose::Page::XPS::XpsDocument::Save(System::SharedPtr<System::IO::Stream> stream)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | System::SharedPtr<System::IO::Stream> | Stream XPS-document waarin moet worden opgeslagen. |
Zie ook
- Typedef SharedPtr
- Class Stream
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::Save(System::String) method
Slaat XPS document op naar XPS bestand op het pad.
void Aspose::Page::XPS::XpsDocument::Save(System::String path)
| Parameter | Type | Beschrijving |
|---|---|---|
| pad | System::String | Locatie van het document. |
Zie ook
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++