public final class AnimationDisposalMethods
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 |
BACKGROUND
Restore to background color.
|
static int |
PRESERVE
Do not dispose.
|
static int |
PREVIOUS
Restore to previous.
|
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 PRESERVE
Do not dispose. The graphic is to be left in place.
public static final int BACKGROUND
Restore to background color. The area used by the graphic must be restored to the background color.
public static final int PREVIOUS
Restore to previous. The decoder is required to restore the area overwritten by the graphic with what was there prior to rendering the graphic.