public final class ExtractImageMode
extends com.aspose.ms.System.Enum
Defines different modes which can be used while extracting images from documents.
Modifier and Type | Field and Description |
---|---|
static int |
ActuallyUsed
Defines image extraction mode in which only those images are extracted that are actually
shown on a page.
|
static int |
DefinedInResources
Defines image extraction mode in which all images defined in resources for particular page
are extracted.
|
public static final int DefinedInResources
Defines image extraction mode in which all images defined in resources for particular page are extracted.
public static final int ActuallyUsed
Defines image extraction mode in which only those images are extracted that are actually shown on a page.