public class SlideImageFormat extends java.lang.Object implements ISlideImageFormat
Determines format in which slide image will be saved for presentation to HTML export.
| Constructor and Description |
|---|
SlideImageFormat() |
| Modifier and Type | Method and Description |
|---|---|
static SlideImageFormat |
bitmap(float scale,
int imageFormat)
Slides should be converted to a raster image.
|
static SlideImageFormat |
bitmap(float scale,
java.lang.String imgFormat)
Deprecated.
Use bitmap(float scale, int imageFormat) method instead. This method will be removed after release of version 25.10.
|
static SlideImageFormat |
svg(SVGOptions options)
Slides should converted to a SVG format.
|
public static SlideImageFormat svg(SVGOptions options)
Slides should converted to a SVG format.
options - Options for SVG export.SlideImageFormat object.@Deprecated public static SlideImageFormat bitmap(float scale, java.lang.String imgFormat)
Slides should be converted to a raster image.
scale - Image scale factor.imgFormat - Image format.SlideImageFormat object.public static SlideImageFormat bitmap(float scale, int imageFormat)
Slides should be converted to a raster image.
scale - The factor by which to scale the output image.imageFormat - The ImageFormat of the resulting image (e.g., PNG, JPEG).Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.