Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic bool SaveToFile(
	string path
)
Public Function SaveToFile ( 
	path As String
) As Boolean
public:
bool SaveToFile(
	String^ path
)
member SaveToFile : 
        path : string -> bool 
Parameters
- path
 - Type: SystemString
 
Return Value
Type: 
Boolean
See Also