'Declaration Public Enum GifDisposalMethod Inherits System.Enum
public enum GifDisposalMethod : System.Enum
'Declaration Public Enum GifDisposalMethod Inherits System.Enum
public enum GifDisposalMethod : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Imaging.GifDisposalMethod