ExtractImageMode

Inheritance: java.lang.Object, java.lang.Enum < ExtractImageMode > com.aspose.pdf.ExtractImageMode, java.lang.Enum < ExtractImageMode >, com.aspose.pdf.ExtractImageMode

All Implemented Interfaces: Serializable, Comparable < ExtractImageMode >

public enum ExtractImageMode extends Enum < ExtractImageMode >

Defines different modes which can be used while extracting images from documents.

Fields

FieldDescription
ActuallyUsedDefines image extraction mode in which only those images are extracted that are actually shown on a page.
DefinedInResourcesDefines image extraction mode in which all images defined in resources for particular page are extracted.

Methods

MethodDescription
getByValue
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns an array containing the constants of this enum type, in the order they are declared.

ActuallyUsed

public static final ExtractImageMode ActuallyUsed

Defines image extraction mode in which only those images are extracted that are actually shown on a page.

DefinedInResources

public static final ExtractImageMode DefinedInResources

Defines image extraction mode in which all images defined in resources for particular page are extracted.

getByValue

public static ExtractImageMode getByValue(int value)

Parameters:

ParameterTypeDescription
value

getValue

public int getValue()

valueOf

Returns the enum constant of this type with the specified name.

values

public static ExtractImageMode [] values()

Returns an array containing the constants of this enum type, in the order they are declared.

Returns: an array containing the constants of this enum type, in the order they are declared