Class SaveOptions

Class SaveOptions

Namespace: Aspose.Html.Saving
Assembly: Aspose.HTML.dll (25.2.0)

This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format.

[ComVisible(true)]
public abstract class SaveOptions

Inheritance

objectSaveOptions

Derived

HTMLSaveOptions, MHTMLSaveOptions, MarkdownSaveOptions, SVGSaveOptions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

SaveOptions()

Initializes a new instance of the Aspose.Html.Saving.SaveOptions class.

protected SaveOptions()

Properties

ResourceHandlingOptions

Gets a Aspose.Html.Saving.ResourceHandlingOptions object which is used for configuration of resources handling.

public ResourceHandlingOptions ResourceHandlingOptions { get; }

Property Value

ResourceHandlingOptions