Accusoft.FSInvoices1.Net
GetImage Method (FileImageProvider)




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
System.ArgumentNullExceptionThrown when the fileId argument is null.
System.ArgumentExceptionThrown when the fileId argument is an empty string.
See Also

Reference

FileImageProvider Class
FileImageProvider Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback