com.spire.doc.documents
Enum ImageType

java.lang.Object
  extended by java.lang.Enum<ImageType>
      extended by com.spire.doc.documents.ImageType
All Implemented Interfaces:
java.lang.Comparable<ImageType>

public enum ImageType
extends java.lang.Enum<ImageType>

Specifies the image type.


Enum Constant Summary
Bitmap
           
Drawing_Group
           
Metafile
           
Xaml
           
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

Metafile

public static final ImageType Metafile

Bitmap

public static final ImageType Bitmap

Xaml

public static final ImageType Xaml

Drawing_Group

public static final ImageType Drawing_Group
Method Detail

getValue

public int getValue()