Aspose::Pdf::XImage::Save method
Contents
[
Hide
]XImage::Save(System::SharedPtr<System::IO::Stream>) method
Saves image data into stream as JPEG image.
void Aspose::Pdf::XImage::Save(System::SharedPtr<System::IO::Stream> stream)
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | Stream where image data will be saved. |
See Also
- Typedef SharedPtr
- Class Stream
- Class XImage
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XImage::Save(System::SharedPtr<System::IO::Stream>, int32_t) method
Saves image data into stream as JPEG image with specified resolution.
void Aspose::Pdf::XImage::Save(System::SharedPtr<System::IO::Stream> stream, int32_t resolution)
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | Stream where image data will be saved. |
resolution | int32_t | Image resolution |
See Also
- Typedef SharedPtr
- Class Stream
- Class XImage
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XImage::Save(System::SharedPtr<System::IO::Stream>, System::SharedPtr<System::Drawing::Imaging::ImageFormat>) method
Saves image into stream with requested format.
void Aspose::Pdf::XImage::Save(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<System::Drawing::Imaging::ImageFormat> format)
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | Stream where image will be saved |
format | System::SharedPtr<System::Drawing::Imaging::ImageFormat> | Format which will be used for image enconding. ImageFormat |
See Also
- Typedef SharedPtr
- Class Stream
- Class ImageFormat
- Class XImage
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XImage::Save(System::SharedPtr<System::IO::Stream>, System::SharedPtr<System::Drawing::Imaging::ImageFormat>, int32_t) method
Saves image into stream with requested format with specified resolution.
void Aspose::Pdf::XImage::Save(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<System::Drawing::Imaging::ImageFormat> format, int32_t resolution)
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | Stream where image will be saved |
format | System::SharedPtr<System::Drawing::Imaging::ImageFormat> | Format which will be used for image enconding. ImageFormat |
resolution | int32_t | Image resolution |
See Also
- Typedef SharedPtr
- Class Stream
- Class ImageFormat
- Class XImage
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++