CdrVersion

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

public class CdrVersion extends CdrObjectContainer

The cdr Version

Constructors

ConstructorDescription
CdrVersion()

Methods

MethodDescription
getVersion()Gets the version.
setVersion(int value)Sets the version.

CdrVersion()

public CdrVersion()

getVersion()

public final int getVersion()

Gets the version.

Returns: int - the version.

setVersion(int value)

public final void setVersion(int value)

Sets the version.

Parameters:

ParameterTypeDescription
valueintthe version.