[]
Removes the specified images from the document.
Images to be removed are defined by PdfImageInfo objects which may be obtained using one of GcPdfDocument.GetImages() method overloads. If an image's Locations and WidgetReferences properties are empty, the image will be removed from all locations.public void RemoveImages(IList<PdfImageInfo> images)
Public Sub RemoveImages(images As IList(Of PdfImageInfo))
Type | Name | Description |
---|---|---|
IList<PdfImageInfo> | images | The list of images to remove. |