1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor
  6. /
  7. EditableDocument
  8. /
  9. AllResources

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