TK.GetStreamImage Method

Retrieves the image stream based on the provided image ID.
<HTML5Disabled(true)> _ 
Public Shared Function GetStreamImage( _ 
ByVal imageID As Integer
) As Stream
This language is not supported or no code example is available.
[HTML5Disabled(true)] 
public static Stream GetStreamImage( 
int imageID 
)
This language is not supported or no code example is available.

Parameters

imageID
int

The unique identifier of the image to retrieve.

Return Value

Stream

A stream containing the image data corresponding to the provided ID.

.NET Framework

Supported in: 4.8

In this article

Definition