HTMLSaveOptions Class
Represents HTML save options.
Inheritance Hierarchy

Namespace: Aspose.Html.Saving
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class HTMLSaveOptions : SaveOptions

The HTMLSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodHTMLSaveOptions
Initializes a new instance of the HTMLSaveOptions class
Properties
  NameDescription
Public propertyResourceHandlingOptions
Gets a ResourceHandlingOptions object which is used for configuration of resources handling.
(Inherited from SaveOptions.)
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 (Inherited from Object.)
See Also