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