Método Save de Aspose::Pdf::XImage
Contenido
[
Ocultar
]XImage::Save(const System::SharedPtr<System::IO::Stream>&) method
Guarda los datos de la imagen en el flujo como una imagen JPEG.
void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | const System::SharedPtr<System::IO::Stream>& | Flujo donde se guardarán los datos de la imagen. |
Ver también
- 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
Guarda la imagen en el flujo con el formato solicitado.
void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | const System::SharedPtr<System::IO::Stream>& | Flujo donde se guardará la imagen |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | Formato que se utilizará para la codificación de la imagen. ImageFormat |
Ver también
- 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
Guarda la imagen en el flujo con el formato solicitado y la resolución especificada.
void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t resolution)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | const System::SharedPtr<System::IO::Stream>& | Flujo donde se guardará la imagen |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | Formato que se utilizará para la codificación de la imagen. ImageFormat |
| resolution | int32_t | Resolución de Image |
Ver también
- 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
Guarda los datos de la imagen en el flujo como una imagen JPEG con la resolución especificada.
void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream, int32_t resolution)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | const System::SharedPtr<System::IO::Stream>& | Flujo donde se guardarán los datos de la imagen. |
| resolution | int32_t | Resolución de Image |
Ver también
- Typedef SharedPtr
- Class Stream
- Class XImage
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++