CmxLoadOptions

Inheritance: java.lang.Object, com.aspose.imaging.LoadOptions

public class CmxLoadOptions extends LoadOptions

The CMX load options

Constructors

ConstructorDescription
CmxLoadOptions()

Methods

MethodDescription
getOptimalMemoryUsage()Gets a value indicating whether [optimal memory usage].
setOptimalMemoryUsage(boolean value)Sets a value indicating whether [optimal memory usage].

CmxLoadOptions()

public CmxLoadOptions()

getOptimalMemoryUsage()

public final boolean getOptimalMemoryUsage()

Gets a value indicating whether [optimal memory usage].

Value: true if [optimal memory usage]; otherwise, false.

Returns: boolean - a value indicating whether [optimal memory usage].

setOptimalMemoryUsage(boolean value)

public final void setOptimalMemoryUsage(boolean value)

Sets a value indicating whether [optimal memory usage].

Value: true if [optimal memory usage]; otherwise, false.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether [optimal memory usage].