Resource Class
Represents HTML resource such as font, style, image or graphics.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.ResultsResource

Namespace: GroupDocs.Viewer.Results
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class Resource

The Resource type exposes the following members.

Constructors
  NameDescription
Public methodResource
Creates new instance of Resource class.
Properties
  NameDescription
Public propertyFileName
The resource file name.
Public propertyNested
Indicates whether resource resides inside another resource, e.g. font resource that resides in CSS or SVG resource.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
See Also