Aspose::Page::EPS::PsDocument::SaveImageAsEps method

PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) method

Saves Bitmap object to EPS output stream.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::IO::Stream> epsStream, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypeDescription
imageSystem::SharedPtr<System::Drawing::Bitmap>The image.
epsStreamSystem::SharedPtr<System::IO::Stream>EPS output stream.
optionsSystem::SharedPtr<Device::PsSaveOptions>Contains parameters that specify output of errors thrown during conversion.

See Also

PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap>, System::String, System::SharedPtr<Device::PsSaveOptions>) method

Saves Bitmap object to EPS file.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypeDescription
imageSystem::SharedPtr<System::Drawing::Bitmap>The image.
epsFilePathSystem::StringEPS file path.
optionsSystem::SharedPtr<Device::PsSaveOptions>Contains parameters that specify output of errors thrown during conversion.

See Also

PsDocument::SaveImageAsEps(System::SharedPtr<System::IO::Stream>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PsSaveOptions>) method

Saves PNG/JPEG/TIFF/BMP/GIF/EMF image from input stream to EPS output stream.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::IO::Stream> imageStream, System::SharedPtr<System::IO::Stream> epsStream, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypeDescription
imageStreamSystem::SharedPtr<System::IO::Stream>Image input stream.
epsStreamSystem::SharedPtr<System::IO::Stream>EPS output stream.
optionsSystem::SharedPtr<Device::PsSaveOptions>Contains parameters that specify output of errors thrown during conversion.

See Also

PsDocument::SaveImageAsEps(System::String, System::String, System::SharedPtr<Device::PsSaveOptions>) method

Saves PNG/JPEG/TIFF/BMP/GIF/EMF image from file to EPS file.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::String imageFilePath, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
ParameterTypeDescription
imageFilePathSystem::StringThe image file path.
epsFilePathSystem::StringEPS file path.
optionsSystem::SharedPtr<Device::PsSaveOptions>Contains parameters that specify output of errors thrown during conversion.

See Also