VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Gif Namespace / DisposalMethod Enumeration
Syntax Members Hierarchy Requirements SeeAlso
    DisposalMethod Enumeration
    Specifies available graphic disposal methods of GIF pages.
    Syntax
    'Declaration
    
    Public Enum DisposalMethod
       Inherits System.Enum
    
    
     
    Members
    MemberDescription
    NoDisposalSpecifiedNo disposal specified. The decoder is not required to take any action.
    DoNotDisposeDo not dispose. The graphic is to be left in place.
    RestoreToBackgroundColorRestore to background color. The region used by the graphic must be restored to the background color.
    RestoreToPreviousRestore to previous. The decoder is required to restore the region overwritten by the graphic with what was there prior to rendering the graphic.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.ImageFiles.Gif.DisposalMethod

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also