Aspose::Page::EPS::PsDocument::SaveAsImage method
Contents
[
Hide
]PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions>) method
Saves PS/EPS file to image file. The output directory and the file name will be the same as from input PS file. The file extension will correspond to image format in “option” param.
void Aspose::Page::EPS::PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions> options)
See Also
- Typedef SharedPtr
- Class ImageSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions>, System::String, System::String) method
Saves PS/EPS file to image file. The output directory and the file name will be the same as from input PS file. The file extension will correspond to image format in “option” param.
void Aspose::Page::EPS::PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions> options, System::String outDir, System::String fileNameTemplate)
See Also
- Typedef SharedPtr
- Class ImageSaveOptions
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++