Images
EditableDocument.Images property
Allows to obtain external image resources (raster and vector images), which are used by this HTML document
public List<IImageResource> Images { get; }
Remarks
This method returns a swallow copy of all used image resources: List is a new instance for every call, but resource instances are the same.
See Also
- interface IImageResource
- class EditableDocument
- namespace GroupDocs.Editor
- assembly GroupDocs.Editor