Aspose::Page::EPS::PsDocument::Save method
Contents
[
Hide
]PsDocument::Save() method
Saves given PsDocument as EPS file. This method is used only when PsDocument was created from scratch.
void Aspose::Page::EPS::PsDocument::Save()
See Also
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::Save(System::SharedPtr<System::IO::Stream>) method
Saves given PsDocument as EPS file. This method is used only after updating XMP metadata. It saves initial EPS file with updated existing metadata or new one created while calling GetMetadata method. In the last case all necessary PostScript code and EPS comments are added.
void Aspose::Page::EPS::PsDocument::Save(System::SharedPtr<System::IO::Stream> epsStream)
Parameter | Type | Description |
---|---|---|
epsStream | System::SharedPtr<System::IO::Stream> | Stream of output EPS file. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++