VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Gif Namespace / DisposalMethod Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    DisposalMethod Enumeration
    In This Topic
    Specifies available graphic disposal methods of GIF pages.
    Syntax
    'Declaration
    
    Public Enum DisposalMethod
       Inherits System.Enum
    
    
    public enum DisposalMethod : System.Enum
    
    
    __value public enum DisposalMethod : public System.Enum
    
    
    public enum class DisposalMethod : public 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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also