'Usage Dim instance As FileImageProvider Dim fileId As String Dim value As Stream value = instance.GetImage(fileId)
Parameters
- fileId
- File path of the image.
Return Value
A FileStream with the image.
'Usage Dim instance As FileImageProvider Dim fileId As String Dim value As Stream value = instance.GetImage(fileId)
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when the fileId argument is null. |
System.ArgumentException | Thrown when the fileId argument is an empty string. |