Remove an image only from some locations in a PDF

This demo finds all images that are present at multiple locations in the PDF, finds the geometrically leftmost location of each image, and removes the image from that location only, using the GcPdfDocument.RemoveImages() method.