Table of Contents

Enum AnimationDisposalMethods

Namespace
Aspose.Imaging
Assembly
Aspose.Imaging.dll

Indicates the way in which the graphic is to be treated after being displayed.

public enum AnimationDisposalMethods

Fields

Background = 1

Restore to background color. The area used by the graphic must be restored to the background color.

Preserve = 0

Do not dispose. The graphic is to be left in place.

Previous = 2

Restore to previous. The decoder is required to restore the area overwritten by the graphic with what was there prior to rendering the graphic.