aspose.pdf
Class ImageOpenType

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

public class ImageOpenType
extends EnumerationBase

Enumerates the image open types.


Field Summary
static ImageOpenType File
          Opens the image from a file.
static ImageOpenType Memory
          Opens the image from memory directly.
static ImageOpenType Url
          Opens the image from a url directly.
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Url

public static final ImageOpenType Url
Opens the image from a url directly. Only JPEG and CCITT image are supported. You can also use URL as file name in File open type which supports all image type.


Memory

public static final ImageOpenType Memory
Opens the image from memory directly. Only JPEG and CCITT image are supported.You can also use ImageFileType.MemoryBmp which supports all image type.


File

public static final ImageOpenType File
Opens the image from a file.