Aspose::Pdf::XImage::Save‑metod
Innehåll
[
Dölj
]XImage::Save(const System::SharedPtr<System::IO::Stream>&) method
Sparar bilddata till ström som JPEG-bild.
void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| ström | const System::SharedPtr<System::IO::Stream>& | Ström där bilddata kommer att sparas. |
Se även
- 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
Sparar bilden till ström i önskat format.
void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
| Parameter | Typ | Beskrivning |
|---|---|---|
| ström | const System::SharedPtr<System::IO::Stream>& | Ström där bilden kommer att sparas |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | Format som kommer att användas för bildkodning. ImageFormat |
Se även
- 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
Sparar bilden till ström i önskat format med angiven upplösning.
void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t resolution)
| Parameter | Typ | Beskrivning |
|---|---|---|
| ström | const System::SharedPtr<System::IO::Stream>& | Ström där bilden kommer att sparas |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | Format som kommer att användas för bildkodning. ImageFormat |
| resolution | int32_t | Image upplösning |
Se även
- 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
Sparar bilddata till ström som JPEG-bild med angiven upplösning.
void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream, int32_t resolution)
| Parameter | Typ | Beskrivning |
|---|---|---|
| ström | const System::SharedPtr<System::IO::Stream>& | Ström där bilddata kommer att sparas. |
| resolution | int32_t | Image upplösning |
Se även
- Typedef SharedPtr
- Class Stream
- Class XImage
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++