CdrLoadOptions

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

public class CdrLoadOptions extends LoadOptions

The Cdr load options

Constructors

ConstructorDescription
CdrLoadOptions()Initializes a new instance of the CdrLoadOptions class.

Methods

MethodDescription
getDefaultFont()Gets the default font.
setDefaultFont(Font value)Sets the default font.
getOptimalMemoryUsage()Gets a value indicating whether [optimal memory usage].
setOptimalMemoryUsage(boolean value)Sets a value indicating whether [optimal memory usage].

CdrLoadOptions()

public CdrLoadOptions()

Initializes a new instance of the CdrLoadOptions class.

getDefaultFont()

public final Font getDefaultFont()

Gets the default font.

Returns: Font - the default font.

setDefaultFont(Font value)

public final void setDefaultFont(Font value)

Sets the default font.

Parameters:

ParameterTypeDescription
valueFontthe default font.

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].