VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageCollectionManager Class / Add Methods / Add(Stream,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
Add(Stream,Boolean) Method (ImageCollectionManager)
In This Topic
Adds an image file to Images.
Syntax
'Declaration

Public Overloads Sub Add( _
ByVal stream
The stream that contains image file.
As System.IO.Stream, _
ByVal closeStreamAfterUse
A value indicating whether stream must be closed after use.
As Boolean _
)

Parameters

stream
The stream that contains image file.
closeStreamAfterUse
A value indicating whether stream must be closed after use.
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