| Package | com.esri.bacore |
| Class | public final class ImageFormat |
| Inheritance | ImageFormat BaseEnum Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| items : Array [static] [read-only]
Array of all items of this enumeration. | ImageFormat | ||
![]() | value : String [read-only]
Value of the enumeration item. | BaseEnum | |
| Method | Defined By | ||
|---|---|---|---|
[static]
Converts a string value to the enumeration item. | ImageFormat | ||
![]() | toString():String
Gets the value of the enumeration item. | BaseEnum | |
| Constant | Defined By | ||
|---|---|---|---|
| IMAGE_AI : ImageFormat [static] AI image. | ImageFormat | ||
| IMAGE_BMP : ImageFormat [static] Bitmap image. | ImageFormat | ||
| IMAGE_DIB : ImageFormat [static] DIB image. | ImageFormat | ||
| IMAGE_EMF : ImageFormat [static] Enhanced metafile image. | ImageFormat | ||
| IMAGE_GIF : ImageFormat [static] GIF image. | ImageFormat | ||
| IMAGE_JPG : ImageFormat [static] JPEG image. | ImageFormat | ||
| IMAGE_NONE : ImageFormat [static] No image. | ImageFormat | ||
| IMAGE_PDF : ImageFormat [static] PDF image. | ImageFormat | ||
| IMAGE_PNG : ImageFormat [static] Portable network graphic (8 bit) image. | ImageFormat | ||
| IMAGE_PNG24 : ImageFormat [static] Portable network graphic (24 bit) image. | ImageFormat | ||
| IMAGE_PNG32 : ImageFormat [static] Portable network graphic (32 bit) image. | ImageFormat | ||
| IMAGE_PS : ImageFormat [static] Postscript image. | ImageFormat | ||
| IMAGE_SVG : ImageFormat [static] SVG image. | ImageFormat | ||
| IMAGE_TIFF : ImageFormat [static] TIFF image. | ImageFormat | ||
| items | property |
items:Array [read-only] Array of all items of this enumeration.
public static function get items():Array| toEnumItem | () | method |
public static function toEnumItem(value:String, defaultItem:ImageFormat = null):ImageFormatConverts a string value to the enumeration item.
Parameters
value:String — String value of the enumeration.
| |
defaultItem:ImageFormat (default = null) — An enumeration value to be used if the value is not recognized.
|
ImageFormat — An enumeration item or the default item.
|
| IMAGE_AI | Constant |
public static const IMAGE_AI:ImageFormatAI image.
| IMAGE_BMP | Constant |
public static const IMAGE_BMP:ImageFormatBitmap image.
| IMAGE_DIB | Constant |
public static const IMAGE_DIB:ImageFormatDIB image.
| IMAGE_EMF | Constant |
public static const IMAGE_EMF:ImageFormatEnhanced metafile image.
| IMAGE_GIF | Constant |
public static const IMAGE_GIF:ImageFormatGIF image.
| IMAGE_JPG | Constant |
public static const IMAGE_JPG:ImageFormatJPEG image.
| IMAGE_NONE | Constant |
public static const IMAGE_NONE:ImageFormatNo image.
| IMAGE_PDF | Constant |
public static const IMAGE_PDF:ImageFormatPDF image.
| IMAGE_PNG | Constant |
public static const IMAGE_PNG:ImageFormatPortable network graphic (8 bit) image.
| IMAGE_PNG24 | Constant |
public static const IMAGE_PNG24:ImageFormatPortable network graphic (24 bit) image.
| IMAGE_PNG32 | Constant |
public static const IMAGE_PNG32:ImageFormatPortable network graphic (32 bit) image.
| IMAGE_PS | Constant |
public static const IMAGE_PS:ImageFormatPostscript image.
| IMAGE_SVG | Constant |
public static const IMAGE_SVG:ImageFormatSVG image.
| IMAGE_TIFF | Constant |
public static const IMAGE_TIFF:ImageFormatTIFF image.