aspose.pdf
Class ImageReferenceType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.ImageReferenceType

public final class ImageReferenceType
extends EnumerationBase

Enumerates the image reference types.


Field Summary
static ImageReferenceType Direct
          Refers the image directly.
static ImageReferenceType File
          Refers the image from a file.
static ImageReferenceType Url
          Refers the image from a Url.
 
Fields inherited from class aspose.pdf.EnumerationBase
value
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Url

public static final ImageReferenceType Url
Refers the image from a Url.


File

public static final ImageReferenceType File
Refers the image from a file.


Direct

public static final ImageReferenceType Direct
Refers the image directly.