public final class PdfImageConversionFormat
extends com.aspose.ms.System.Enum
Represents image formats that can be used for pdf document pages rasterization.
Modifier and Type | Field and Description |
---|---|
static int |
Gif
Gif image.
|
static int |
Jpeg
Jpeg image.
|
static int |
Png
Png image.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Jpeg
Jpeg image.
public static final int Png
Png image.
public static final int Gif
Gif image.
Copyright © 2018. All rights reserved.