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)
ParameterTypeBeschrijving
streamSystem::SharedPtr<System::IO::Stream>Stream XPS-document waarin moet worden opgeslagen.

Zie ook

XpsDocument::Save(System::String) method

Slaat XPS document op naar XPS bestand op het pad.

void Aspose::Page::XPS::XpsDocument::Save(System::String path)
ParameterTypeBeschrijving
padSystem::StringLocatie van het document.

Zie ook