Link Search Menu Expand Document

Image.RemoveImage Method

Explanation The image imported by the LoadImage method is removed.
Call format img.RemoveImage( )
Return value None
Arguments None
Exception None
Example of use
    img.RemoveImage();
    
Related item LoadImage method