GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / InsertItemFromStream Method
System.IO.Stream object storing the document.
The item text.
The zero-based index position of the insertion. Between 0 and ItemCount - 1.





In This Topic
InsertItemFromStream Method (ThumbnailEx)
In This Topic
Inserts a new thumbnail to the list from a Stream.
Syntax
'Declaration
 
Public Function InsertItemFromStream( _
   ByVal Stream As Stream, _
   ByVal Text As String, _
   ByVal Position As Integer _
) As GdPictureStatus
 

Parameters

Stream
System.IO.Stream object storing the document.
Text
The item text.
Position
The zero-based index position of the insertion. Between 0 and ItemCount - 1.

Return Value

A member of the GdPictureStatus enumeration.
See Also