public final class ImageOpenType
extends com.aspose.ms.System.Enum
Enumerates the image open types.
<BLOCKQUOTE class="dtBlock">
<Font color="red">NOTE: This enum is now obsolete.</Font></BLOCKQUOTE>
<BLOCKQUOTE class="dtBlock">
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.</BLOCKQUOTE>
Modifier and Type | Field and Description |
---|---|
static int |
File
Opens the image from a file.
|
static int |
Memory
Opens the image from memory directly.
|
static int |
Url
Opens the image from a url directly.
|
public static final int File
Opens the image from a file.
public static final int 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.
public static final int 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.
Copyright © 2016 Aspose. All Rights Reserved.