Skip to main content
Version: v6.5.0

Close image object

Command Description

Close open image objects

Command Prototype

Picture.Close(objImg)

Command parameter

parametermandatorytypedefault valueInstructions
objImgTrueexpressionobjImgThe 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)