public final class ImageOpenType
extends com.aspose.ms.System.Enum
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 © 2014 Aspose. All Rights Reserved.