public final class DisposalMethod
extends com.aspose.ms.System.Enum
Indicates the way in which the graphic is to be treated after being displayed.
Modifier and Type | Field and Description |
---|---|
static int |
None
No disposal specified.
|
static int |
Preserve
Do not dispose.
|
static int |
Previuos
Restore to previous.
|
static int |
Restore
Restore to background color.
|
static int |
Undefined
Undefined value.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
No disposal specified.
public static final int Preserve
Do not dispose. The graphic is to be left in place.
public static final int Restore
Restore to background color. The area used by the graphic must be restored to the background color.
public static final int Previuos
Restore to previous. The decoder is required to restore the area overwritten by the graphic with what was there prior to rendering the graphic.
public static final int Undefined
Undefined value.