VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / GifPageMetadata Class / DisposalMethod Property
Syntax Requirements SeeAlso
In This Topic
    DisposalMethod Property (GifPageMetadata)
    In This Topic
    Gets a DisposalMethod of page.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Disposal method of GIF page.")>
    <CategoryAttribute("GIF page")>
    Public ReadOnly Property DisposalMethod As Vintasoft.Imaging.Codecs.ImageFiles.Gif.DisposalMethod
    
    
    [Description("Disposal method of GIF page.")]
    [Category("GIF page")]
    public Vintasoft.Imaging.Codecs.ImageFiles.Gif.DisposalMethod DisposalMethod { get; }
    
    
    [Description("Disposal method of GIF page.")]
    [Category("GIF page")]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Gif.DisposalMethod get_DisposalMethod();
    
    
    
    [Description("Disposal method of GIF page.")]
    [Category("GIF page")]
    public:
    property Vintasoft.Imaging.Codecs.ImageFiles.Gif.DisposalMethod DisposalMethod { Vintasoft.Imaging.Codecs.ImageFiles.Gif.DisposalMethod get(); }
    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