VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Twain Namespace / ExtendedImageInfoCollection Class / Add(ExtendedImageInfo) Method
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    Add(ExtendedImageInfo) Метод (ExtendedImageInfoCollection)
    В этом разделе
    Adds an ID of extended image information which should be extracted.
    Синтаксис
    'Declaration
    
    Public Function Add( _
    ByVal value
    The ExtendedImageInfo to be added to the end of the ExtendedImageInfo.
    As ExtendedImageInfo _
    ) As Integer
    public int Add(
    ExtendedImageInfo value
    )
    public: int Add(
    ExtendedImageInfo* value
    )

    Parameters

    value
    The ExtendedImageInfo to be added to the end of the ExtendedImageInfo.

    Return Value

    The index at which the ID has been added.
    Исключения
    ИсключениеОписание
    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

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