Close image object
Command Description
Close open image objects
Command Prototype
Picture.Close(objImg)
Command parameter
parameter | mandatory | type | default value | Instructions |
---|---|---|---|---|
objImg | True | expression | objImg | The image operation object returned by the "Open Image" command |
Return result
Run instance
/*********************************Close Picture Object**************************************
Command Prototype:
Picture.Close(objImg)
Input Parameters:
objImg -- Picture operation object. Note: The picture operation object returned by the "Open Picture" command.
Output Parameters:
None
Notes:
None
********************************************************************************/
Picture.Close(objImg)