Aspose::Page::XPS::XpsDocument::Save method

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

Saves XPS document to stream.

void Aspose::Page::XPS::XpsDocument::Save(System::SharedPtr<System::IO::Stream> stream)
ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>Stream XPS document to be saved into.

See Also

XpsDocument::Save(System::String) method

Saves XPS document to XPS file located at the path .

void Aspose::Page::XPS::XpsDocument::Save(System::String path)
ParameterTypeDescription
pathSystem::StringLocation of the document.

See Also