AllResources

EditableDocument.AllResources property

Returns a list of all existing resources: all stylesheets, images from HTML and all stylesheets, fonts, audio

public List<IHtmlResource> AllResources { get; }

Remarks

This property returns a concatenated result of ‘Images’, ‘Fonts’, ‘Css’, and ‘Audio’ properties

See Also