RanorexRanorex Documentation
Store Method (fileName)
NamespacesRanorexCompressedImageStore(String)
Writes the compressed data to a file.
Declaration Syntax
C#Visual BasicVisual C++
public void Store(
	string fileName
)
Public Sub Store ( _
	fileName As String _
)
public:
void Store(
	String^ fileName
)
Parameters
fileName (String)
The name of the file to write to (png extension recommended).

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)