Aspose::Page::EPS::PsDocument::SaveAsImage method

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 “options” param. If the document was initialized with a stream that is not FileStream, image file will be saved in the current folder with default file name template.

void Aspose::Page::EPS::PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions> options)

See Also

PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions>, System::String, System::String) method

Saves PS/EPS file to image file to the specified directory with the specified file name. The file extension will correspond to the image format in “options” param.

void Aspose::Page::EPS::PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions> options, System::String outDir, System::String fileNameTemplate)

See Also