Bitmap()

SlideImageFormat::Bitmap(float, System::SharedPtr<System::Drawing::Imaging::ImageFormat>) method

Slides should be converted to a raster image.

static System::SharedPtr<SlideImageFormat> Aspose::Slides::Export::SlideImageFormat::Bitmap(float scale, System::SharedPtr<System::Drawing::Imaging::ImageFormat> imgFormat)

Arguments

ParameterTypeDescription
scalefloatImage scale factor.
imgFormatSystem::SharedPtr<System::Drawing::Imaging::ImageFormat>Image format.

Return Value

See Also