[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GifDisposalMethod

GifDisposalMethod Enum

Indicates the way in which the GIF frame has to be treated after being displayed.

Namespace: GrapeCity.Documents.Imaging
Assembly: DS.Documents.Imaging.dll
Syntax
public enum GifDisposalMethod
Public Enum GifDisposalMethod

Fields

Name Description
DoNotDispose

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

NotSpecified

No disposal specified. The decoder is not required to take any action.

RestoreToBackgroundColor

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

RestoreToPrevious

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