|
com.aspose.pdf.elements
Class ImageOpenType
java.lang.Object
com.aspose.pdf.elements.ImageOpenType
public class ImageOpenType - extends java.lang.Object
Enumerates the image open types.
|
Field Summary |
static java.lang.String |
File
Opens the image from a file. |
static java.lang.String |
Memory
Opens the image from memory directly. |
static java.lang.String |
Url
Opens the image from a url directly. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
File
public static final java.lang.String File
- Opens the image from a file.
- See Also:
- Constant Field Values
Memory
public static final java.lang.String 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.
- See Also:
- Constant Field Values
Url
public static final java.lang.String 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.
- See Also:
- Constant Field Values
ImageOpenType
public ImageOpenType()
|