InsertItemFromStream Method (ThumbnailEx)
Inserts a new thumbnail to the list from a Stream.
public function InsertItemFromStream(
: Stream;
: String;
: Integer
): GdPictureStatus;
public function InsertItemFromStream(
: Stream,
: String,
: int
) : GdPictureStatus;
'Declaration
Public Function InsertItemFromStream( _
ByVal As Stream, _
ByVal As String, _
ByVal 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.