public static final class HtmlSaveOptions.HtmlImageType
extends com.aspose.ms.System.Enum
enumerates possible types of image files that can be saved as external resources during Pdf to Html conversion
Modifier and Type | Field and Description |
---|---|
static int |
Bmp
Bmp format
|
static int |
Gif
Gif format
|
static int |
Jpeg
Jpeg format
|
static int |
Png
Png format
|
static int |
Svg
Svg format
|
static int |
Tiff
Tiff format
|
static int |
Unknown
Unknown - means that converter cannot detect type of content itself
|
static int |
ZippedSvg
Zipped Svg format
|
public static final int Jpeg
Jpeg format
public static final int Png
Png format
public static final int Bmp
Bmp format
public static final int Gif
Gif format
public static final int Tiff
Tiff format
public static final int Svg
Svg format
public static final int ZippedSvg
Zipped Svg format
public static final int Unknown
Unknown - means that converter cannot detect type of content itself
Copyright © 2022 Aspose. All Rights Reserved.