VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Twain Namespace / ExtendedImageInfoCollection Class / Insert(Int32,ExtendedImageInfo) Method
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    Insert(Int32,ExtendedImageInfo) Метод (ExtendedImageInfoCollection)
    В этом разделе
    Inserts an ID of extended image information which should be extracted.
    Синтаксис
    '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.
    Исключения
    ИсключениеОписание
    Thrown if item cannot be added because collection does not have free space.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также