com.aspose.slides
Class SlideImageFormat

java.lang.Object
  extended by com.aspose.slides.SlideImageFormat

public class SlideImageFormat
extends java.lang.Object

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


Constructor Summary
SlideImageFormat()
           
 
Method Summary
static SlideImageFormat bitmap(float scale, com.aspose.ms.System.Drawing.Imaging.ImageFormat imgFormat)
           Slides should be converted to a raster image.
static SlideImageFormat svg(SVGOptions options)
           Slides should converted to a SVG format.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlideImageFormat

public SlideImageFormat()
Method Detail

svg

public static SlideImageFormat svg(SVGOptions options)

Slides should converted to a SVG format.

Parameters:
options - Options for SVG export.
Returns:

bitmap

public static SlideImageFormat bitmap(float scale,
                                      com.aspose.ms.System.Drawing.Imaging.ImageFormat imgFormat)

Slides should be converted to a raster image.

Parameters:
scale - Image scale factor.
imgFormat - Image format.
Returns: