Accusoft.FSInvoices1.Net - Updated
GetImage Method (FileImageProvider)




Accusoft.FSInvoices Namespace > FileImageProvider Class : GetImage Method
File path of the image.
Gets the image at the specified file path.
Syntax
'Declaration
 
Public Function GetImage( _
   ByVal fileId As String _
) As Stream
'Usage
 
Dim instance As FileImageProvider
Dim fileId As String
Dim value As Stream
 
value = instance.GetImage(fileId)
public Stream GetImage( 
   string fileId
)
public: Stream* GetImage( 
   string* fileId
) 
public:
Stream^ GetImage( 
   String^ fileId
) 

Parameters

fileId
File path of the image.

Return Value

A FileStream with the image.
Exceptions
ExceptionDescription
Thrown when the fileId argument is null.
Thrown when the fileId argument is an empty string.
See Also

Reference

FileImageProvider Class
FileImageProvider Members