Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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