Dev Center
Table of contents

Image Editing

How can I remove only the selected images?

  • You can remove the selected images by first selecting the images from the buffer by using the command:

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.

  • As the second step, invoke the remove command to delete the selected images.

DWObject.RemoveAllSelectedImages(); // This command will remove all the images that were selected in first step.

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest Version
    • Version 17.1.1
    • Version 17.0
    • Version 16.2
    • Version 16.1.1
    Change +
    © 2003–2022 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support