bitmap method

bitmap

Slides should be converted to a raster image.

Returns

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

See Also