SaveOptions Class
This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format.
Inheritance Hierarchy
SystemObject
  Aspose.Svg.SavingSaveOptions
    Aspose.Svg.SavingSVGSaveOptions

Namespace: Aspose.Svg.Saving
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public abstract class SaveOptions

The SaveOptions type exposes the following members.

Constructors
  NameDescription
Protected methodSaveOptions
Initializes a new instance of the SaveOptions class.
Properties
  NameDescription
Public propertyResourceHandlingOptions
Gets a ResourceHandlingOptions object which is used for configuration of resources handling.
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