Method to create image file from the stream
Namespace: Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public void CreateImageFile( string fullFileName, Stream imageStream ) |
| Visual Basic |
|---|
Public Sub CreateImageFile ( _ fullFileName As String, _ imageStream As Stream _ ) |
| Visual C++ |
|---|
public: void CreateImageFile( String^ fullFileName, Stream^ imageStream ) |
Parameters
- fullFileName
- Type: System..::..String
Full File Name
- imageStream
- Type: System.IO..::..Stream
Image IO Stream