bitmap method
bitmap
Slides should be converted to a raster image.
@staticmethod
def bitmap(scale, img_format):
...
| Parameter | Type | Description |
|---|---|---|
| scale | float | Image scale factor. |
| img_format | aspose.pydrawing.Imaging.ImageFormat | Image format. |
bitmap
Slides should be converted to a raster image.
@staticmethod
def bitmap(scale, image_format):
...
| Parameter | Type | Description |
|---|---|---|
| scale | float | The factor by which to scale the output image. |
| image_format | ImageFormat | The format of the resulting image (e.g., PNG, JPEG). |
See Also
- enumeration
ImageFormat - class
SlideImageFormat - module
aspose.slides.export - library
Aspose.Slides