public enum PdfRenderImageType extends Enum<PdfRenderImageType>
PdfToImageRenderer
.
Modifier and Type | Method and Description |
---|---|
static PdfRenderImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfRenderImageType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PdfRenderImageType JPEG
public static final PdfRenderImageType PNG
public static final PdfRenderImageType BMP
public static final PdfRenderImageType TIFF
public static final PdfRenderImageType JPEG2000
public static PdfRenderImageType[] values()
for (PdfRenderImageType c : PdfRenderImageType.values()) System.out.println(c);
public static PdfRenderImageType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
Copyright © 1998–2020 iText Group NV. All rights reserved.