CdrMcfg

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject

public class CdrMcfg extends CdrObject

The cdr configuration object

Constructors

ConstructorDescription
CdrMcfg()

Methods

MethodDescription
getWidth()Gets the width.
setWidth(double value)Sets the width.
getHeight()Gets the height.
setHeight(double value)Sets the height.

CdrMcfg()

public CdrMcfg()

getWidth()

public final double getWidth()

Gets the width.

Returns: double - the width.

setWidth(double value)

public final void setWidth(double value)

Sets the width.

Parameters:

ParameterTypeDescription
valuedoublethe width.

getHeight()

public final double getHeight()

Gets the height.

Returns: double - the height.

setHeight(double value)

public final void setHeight(double value)

Sets the height.

Parameters:

ParameterTypeDescription
valuedoublethe height.