SlideImageFormat
SlideImageFormat class
Determines format in which slide image will be saved for presentation to HTML export.
SlideImageFormat
Name | Description |
---|---|
SlideImageFormat() |
Returns: SlideImageFormat
bitmap
Name | Description |
---|---|
bitmap (float, String) | Slides should be converted to a raster image. |
Parameters:
Name | Type | Description |
---|---|---|
scale | float | Image scale factor. |
imgFormat | String | Image format. |
Returns: SlideImageFormat
svg
Name | Description |
---|---|
svg (SVGOptions) | Slides should converted to a SVG format. |
Parameters:
Name | Type | Description |
---|---|---|
options | SVGOptions | Options for SVG export. |
Returns: SlideImageFormat