Dev Center
DWObject.SelectImages([0, 1, 2]); // This command selects the first 3 images from the buffer, you can pass the indices of the images you want to select as the argument to this method.
DWObject.RemoveAllSelectedImages(); // This command will remove all the images that were selected in first step.
latest version