Aspose::Pdf::ImagePlacement::Save método

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

Guarda la imagen con las transformaciones correspondientes: escalado, rotación y resolución.

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

Ver también

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

Guarda la imagen con las transformaciones correspondientes: escalado, rotación y resolución.

void Aspose::Pdf::ImagePlacement::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