SlideImageFormat

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.ISlideImageFormat

public class SlideImageFormat implements ISlideImageFormat

Determines format in which slide image will be saved for presentation to HTML export.

Constructors

ConstructorDescription
SlideImageFormat()

Methods

MethodDescription
svg(SVGOptions options)Slides should converted to a SVG format.
bitmap(float scale, String imgFormat)Slides should be converted to a raster image.

SlideImageFormat()

public SlideImageFormat()

svg(SVGOptions options)

public static SlideImageFormat svg(SVGOptions options)

Slides should converted to a SVG format.

Parameters:

ParameterTypeDescription
optionsSVGOptionsOptions for SVG export.

Returns: SlideImageFormat - The SlideImageFormat object.

bitmap(float scale, String imgFormat)

public static SlideImageFormat bitmap(float scale, String imgFormat)

Slides should be converted to a raster image.

Parameters:

ParameterTypeDescription
scalefloatImage scale factor.
imgFormatjava.lang.StringImage format.

Returns: SlideImageFormat - The SlideImageFormat object.