Bitmap

SlideImageFormat.Bitmap method

Slides should be converted to a raster image.

public static SlideImageFormat Bitmap(float scale, ImageFormat imageFormat)
ParameterTypeDescription
scaleSingleThe factor by which to scale the output image.
imageFormatImageFormatThe format of the resulting image (e.g., PNG, JPEG).

See Also