Aspose::Page::EPS::PsDocument::SaveImageAsEps método

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

Guarda el objeto Bitmap en un flujo de salida EPS.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::SharedPtr<System::IO::Stream> epsStream, System::SharedPtr<Device::PsSaveOptions> options)
ParámetroTipoDescripción
imagenSystem::SharedPtr<System::Drawing::Bitmap>La imagen.
epsStreamSystem::SharedPtr<System::IO::Stream>EPS flujo de salida.
opcionesSystem::SharedPtr<Device::PsSaveOptions>Contiene parámetros que especifican la salida de errores generados durante la conversión.

Ver también

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

Guarda el objeto Bitmap en el archivo EPS.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::Drawing::Bitmap> image, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
ParámetroTipoDescripción
imagenSystem::SharedPtr<System::Drawing::Bitmap>La imagen.
epsFilePathSystem::StringEPS ruta del archivo.
opcionesSystem::SharedPtr<Device::PsSaveOptions>Contiene parámetros que especifican la salida de errores generados durante la conversión.

Ver también

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

Guarda la imagen PNG/JPEG/TIFF/BMP/GIF/EMF del flujo de entrada al flujo de salida EPS.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::SharedPtr<System::IO::Stream> imageStream, System::SharedPtr<System::IO::Stream> epsStream, System::SharedPtr<Device::PsSaveOptions> options)
ParámetroTipoDescripción
imageStreamSystem::SharedPtr<System::IO::Stream>Flujo de entrada de imagen.
epsStreamSystem::SharedPtr<System::IO::Stream>EPS flujo de salida.
opcionesSystem::SharedPtr<Device::PsSaveOptions>Contiene parámetros que especifican la salida de errores generados durante la conversión.

Ver también

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

Guarda la imagen PNG/JPEG/TIFF/BMP/GIF/EMF del archivo en el archivo EPS.

static void Aspose::Page::EPS::PsDocument::SaveImageAsEps(System::String imageFilePath, System::String epsFilePath, System::SharedPtr<Device::PsSaveOptions> options)
ParámetroTipoDescripción
imageFilePathSystem::StringLa ruta del archivo de imagen.
epsFilePathSystem::StringEPS ruta del archivo.
opcionesSystem::SharedPtr<Device::PsSaveOptions>Contiene parámetros que especifican la salida de errores generados durante la conversión.

Ver también