CmxLoadOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.LoadOptions
public class CmxLoadOptions extends LoadOptions
The CMX load options
Constructors
| Constructor | Description |
|---|---|
| CmxLoadOptions() |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | a value indicating whether [optimal memory usage]. |