VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.WinTwain Namespace / ExtendedImageInfoCollection Class / Insert(Int32,ExtendedImageInfo) Method
Syntax Exceptions Requirements SeeAlso
    Insert(Int32,ExtendedImageInfo) Method (ExtendedImageInfoCollection)
    Inserts an ID of extended image information which should be extracted.
    Syntax
    'Declaration
    
    Public Sub Insert( _
    ByVal index
    The zero-based index at which ID should be inserted.
    As Integer, _
    ByVal value
    The ExtendedImageInfo to insert.
    As ExtendedImageInfo _
    )
     

    Parameters

    index
    The zero-based index at which ID should be inserted.
    value
    The ExtendedImageInfo to insert.
    Exceptions
    ExceptionDescription
    Thrown if item cannot be added because collection does not have free space.
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also