GridJsWorkbook.GetImageStream

GridJsWorkbook.GetImageStream method

Get Stream of image.

public static Stream GetImageStream(string uid, string picid)
ParameterTypeDescription
uidStringThe unique id for the file cache.
picidStringThe image id.

Return Value

The image stream

See Also