Enumerates the image open types.
NOTE: This enum is now obsolete.
URL is supported in Image.ImageInfo.File. Momory image can be supported by Image.ImageInfo.ImageStream. You need not set ImageOpenType any more. It will be removed 12 months later since release 3.0.0.0 in April 2006. Aspose apologizes for any inconvenience you may have experienced.
public enum ImageOpenType
Members
| Member Name | Description | Value |
| File | Opens the image from a file. | 0 |
| 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. | |