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
Constructor | Description |
---|---|
CdrVersion() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | int | the version. |