generates a report for the current definition
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public MemoryStream generateReport(
string imageFilesPath,
string cropImgFolderPath
)
Public Function generateReport ( _
imageFilesPath As String, _
cropImgFolderPath As String _
) As MemoryStream
public:
MemoryStream^ generateReport(
String^ imageFilesPath,
String^ cropImgFolderPath
)
Parameters
- imageFilesPath
- Type: String
path to the image files
- cropImgFolderPath
- Type: String
crop image path
Return Value
MemoryStream.