Метод Aspose::Pdf::XImage::Save

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

Сохраняет данные изображения в поток в виде JPEG‑изображения.

void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream)
ПараметрТипОписание
потокconst System::SharedPtr<System::IO::Stream>&Поток, в который будут сохраняться данные изображения.

См. также

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

Сохраняет изображение в поток в запрошенном формате.

void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
ПараметрТипОписание
потокconst System::SharedPtr<System::IO::Stream>&Поток, в котором будет сохранено изображение
formatconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&Формат, который будет использоваться для кодирования изображения. ImageFormat

См. также

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

Сохраняет изображение в поток в запрошенном формате с указанным разрешением.

void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t resolution)
ПараметрТипОписание
потокconst System::SharedPtr<System::IO::Stream>&Поток, в котором будет сохранено изображение
formatconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&Формат, который будет использоваться для кодирования изображения. ImageFormat
resolutionint32_tImage разрешение

См. также

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

Сохраняет данные изображения в поток в виде JPEG‑изображения с указанным разрешением.

void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream, int32_t resolution)
ПараметрТипОписание
потокconst System::SharedPtr<System::IO::Stream>&Поток, в который будут сохраняться данные изображения.
resolutionint32_tImage разрешение

См. также