public final class ImageReferenceType
extends com.aspose.ms.System.Enum
Enumerates the image reference types.
Modifier and Type | Field and Description |
---|---|
static int |
Direct
Refers the image directly.
|
static int |
File
Refers the image from a file.
|
static int |
Url
Refers the image from a Url.
|
public static final int Direct
Refers the image directly.
public static final int File
Refers the image from a file.
public static final int Url
Refers the image from a Url.
Copyright © 2016 Aspose. All Rights Reserved.