Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GifDisposalMethod Enumeration

In This Topic
    GifDisposalMethod Enumeration
    In This Topic
    Indicates the way in which the GIF frame has to be treated after being displayed.
    Syntax
    'Declaration
     
    Public Enum GifDisposalMethod 
       Inherits System.Enum
    public enum GifDisposalMethod : System.Enum 
    Members
    MemberDescription
    DoNotDisposeDo not dispose. The graphic is to be left in place.
    NotSpecifiedNo disposal specified. The decoder is not required to take any action.
    RestoreToBackgroundColorRestore to background color. The area used by the graphic must be restored to the background color.
    RestoreToPreviousRestore to previous. The decoder is required to restore the area overwritten by the graphic with what was there prior to rendering the graphic.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Imaging.GifDisposalMethod

    See Also