SlideImageFormat

SlideImageFormat class

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

SlideImageFormat

NameDescription
SlideImageFormat()

Returns: SlideImageFormat


bitmap

NameDescription
bitmap (float, String)Slides should be converted to a raster image.

Parameters:

NameTypeDescription
scalefloatImage scale factor.
imgFormatStringImage format.

Returns: SlideImageFormat


svg

NameDescription
svg (SVGOptions)Slides should converted to a SVG format.

Parameters:

NameTypeDescription
optionsSVGOptionsOptions for SVG export.

Returns: SlideImageFormat