VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Gif Namespace / GifPageCollection Class / Insert Methods / Insert(Int32,GifPage) Method
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
Insert(Int32,GifPage) Method (GifPageCollection)
In This Topic
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 _
)
public override void Insert(
System.Int32 index,
GifPage page
)

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also