Bitmap()

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

ParameterTypeDescription
scalefloatThe factor by which to scale the output image.
imageFormatAspose::Slides::ImageFormatThe format of the resulting image (e.g., PNG, JPEG).

Return Value

See Also