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
           
Metafile
           
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

Bitmap

public static final ImageType Bitmap

Metafile

public static final ImageType Metafile
Method Detail

getValue

public int getValue()