VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Twain Namespace / ExtendedImageInfoCollection Class / Insert(Int32,ExtendedImageInfo) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Insert(Int32,ExtendedImageInfo) Method (ExtendedImageInfoCollection)
    In This Topic
    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 _
    )
    public void Insert(
    int index,
    ExtendedImageInfo value
    )
    public: void Insert(
    int index,
    ExtendedImageInfo* value
    )

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

    See Also