EditableDocumentAllResources Property |
Returns a list of all existing resources: all stylesheets, images from HTML and all stylesheets, fonts
Namespace: GroupDocs.EditorAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 20.12.0.0
Syntaxpublic List<IHtmlResource> AllResources { get; }
Public ReadOnly Property AllResources As List(Of IHtmlResource)
Get
public:
property List<IHtmlResource^>^ AllResources {
List<IHtmlResource^>^ get ();
}
member AllResources : List<IHtmlResource> with get
Property Value
Type:
ListIHtmlResource
RemarksThis property returns a concatenated result of 'Images', 'Fonts', and 'Css' properties
See Also