DioDocs for PDF
GifDisposalMethod 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 : GifDisposalMethod 列挙体
Indicates the way in which the GIF frame has to be treated after being displayed.
シンタックス
'宣言
 
Public Enum GifDisposalMethod 
   Inherits System.Enum
public enum GifDisposalMethod : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

GrapeCity.Documents.Imaging 名前空間