Bitmap()
Contents
[
Hide
]SlideImageFormat::Bitmap(float, System::SharedPtr<System::Drawing::Imaging::ImageFormat>) method
Slides should be converted to a raster image.
static System::SharedPtr<SlideImageFormat> Aspose::Slides::Export::SlideImageFormat::Bitmap(float scale, System::SharedPtr<System::Drawing::Imaging::ImageFormat> imgFormat)
Arguments
| Parameter | Type | Description |
|---|---|---|
| scale | float | Image scale factor. |
| imgFormat | System::SharedPtr<System::Drawing::Imaging::ImageFormat> | Image format. |
Return Value
- Deprecated
- Use Bitmap(float scale, Slides.ImageFormat imageFormat) method instead. This method will be removed after release of version 25.10.
SlideImageFormat::Bitmap(float, Aspose::Slides::ImageFormat) method
Slides should be converted to a raster image.
static System::SharedPtr<SlideImageFormat> Aspose::Slides::Export::SlideImageFormat::Bitmap(float scale, Aspose::Slides::ImageFormat imageFormat)
Arguments
| Parameter | Type | Description |
|---|---|---|
| scale | float | The factor by which to scale the output image. |
| imageFormat | Aspose::Slides::ImageFormat | The format of the resulting image (e.g., PNG, JPEG). |
Return Value
See Also
- Enum ImageFormat
- Typedef SharedPtr
- Class SlideImageFormat
- Class ImageFormat
- Namespace Aspose::Slides::Export
- Library Aspose.Slides