VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Gif Namespace / GifPageCollection Class / Insert Methods / Insert(Int32,GifPage) Method
Syntax Exceptions Remarks Requirements SeeAlso
    Insert(Int32,GifPage) Method (GifPageCollection)
    Inserts page to the page collection at the specified index.
    Syntax
    'Declaration
    
    Public Overloads Overrides Sub Insert( _
    ByVal index
    The zero-based index at which page should be inserted.
    As System.Int32, _
    ByVal page
    Page to insert into the page collection.
    As GifPage _
    )
     

    Parameters

    index
    The zero-based index at which page should be inserted.
    page
    Page to insert into the page collection.
    Exceptions
    ExceptionDescription
    Thrown if page from another GIF file, -or- collection already contains page.
    Remarks

    Only GIF page from this GIF file can be inserted to the collection.

    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