bitmap method

bitmap

Slides should be converted to a raster image.

@staticmethod
def bitmap(scale, img_format):
    ...
ParameterTypeDescription
scalefloatImage scale factor.
img_formataspose.pydrawing.Imaging.ImageFormatImage format.

bitmap

Slides should be converted to a raster image.

@staticmethod
def bitmap(scale, image_format):
    ...
ParameterTypeDescription
scalefloatThe factor by which to scale the output image.
image_formatImageFormatThe format of the resulting image (e.g., PNG, JPEG).

See Also