Метод 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>& | Поток, в который будут сохраняться данные изображения. |
См. также
- Typedef SharedPtr
- Class Stream
- Class XImage
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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>& | Поток, в котором будет сохранено изображение |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | Формат, который будет использоваться для кодирования изображения. ImageFormat |
См. также
- Typedef SharedPtr
- Class Stream
- Class ImageFormat
- Class XImage
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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>& | Поток, в котором будет сохранено изображение |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | Формат, который будет использоваться для кодирования изображения. ImageFormat |
| resolution | int32_t | Image разрешение |
См. также
- Typedef SharedPtr
- Class Stream
- Class ImageFormat
- Class XImage
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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>& | Поток, в который будут сохраняться данные изображения. |
| resolution | int32_t | Image разрешение |
См. также
- Typedef SharedPtr
- Class Stream
- Class XImage
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++