Método Save de Aspose::Pdf::XImage

XImage::Save(const System::SharedPtr<System::IO::Stream>&) method

Guarda los datos de la imagen en el flujo como una imagen JPEG.

void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream)
ParámetroTipoDescripción
flujoconst System::SharedPtr<System::IO::Stream>&Flujo donde se guardarán los datos de la imagen.

Ver también

XImage::Save(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&) method

Guarda la imagen en el flujo con el formato solicitado.

void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
ParámetroTipoDescripción
flujoconst System::SharedPtr<System::IO::Stream>&Flujo donde se guardará la imagen
formatconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&Formato que se utilizará para la codificación de la imagen. ImageFormat

Ver también

XImage::Save(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t) method

Guarda la imagen en el flujo con el formato solicitado y la resolución especificada.

void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t resolution)
ParámetroTipoDescripción
flujoconst System::SharedPtr<System::IO::Stream>&Flujo donde se guardará la imagen
formatconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&Formato que se utilizará para la codificación de la imagen. ImageFormat
resolutionint32_tResolución de Image

Ver también

XImage::Save(const System::SharedPtr<System::IO::Stream>&, int32_t) method

Guarda los datos de la imagen en el flujo como una imagen JPEG con la resolución especificada.

void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream, int32_t resolution)
ParámetroTipoDescripción
flujoconst System::SharedPtr<System::IO::Stream>&Flujo donde se guardarán los datos de la imagen.
resolutionint32_tResolución de Image

Ver también