VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / ExtendedImageInfoCollection Class / Add(ExtendedImageInfo) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
Add(ExtendedImageInfo) Method (ExtendedImageInfoCollection)
In This Topic
Adds an ID of extended image information which should be extracted.
Syntax
'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
)

Parameters

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

Return Value

The index at which the ID has been added.
Exceptions
ExceptionDescription
Thrown if item cannot be added because collection does not have free space.
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