Aspose::Pdf::ImagePlacement::Save método
Contenido
[
Ocultar
]ImagePlacement::Save(const System::SharedPtr<System::IO::Stream>&) method
Guarda la imagen con las transformaciones correspondientes: escalado, rotación y resolución.
void Aspose::Pdf::ImagePlacement::Save(const System::SharedPtr<System::IO::Stream> &stream)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | const System::SharedPtr<System::IO::Stream>& | Flujo donde se guardará la imagen |
Ver también
- Typedef SharedPtr
- Class Stream
- Class ImagePlacement
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
ImagePlacement::Save(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&) method
Guarda la imagen con las transformaciones correspondientes: escalado, rotación y resolución.
void Aspose::Pdf::ImagePlacement::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 ImagePlacement
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++