SaveOptions Class

This class contains options necessary for managing conversion process.
Inheritance Hierarchy

Namespace:  Aspose.Page
Assembly:  Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntax
public abstract class SaveOptions

The SaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodSaveOptions
Initializes a new instance of the SaveOptions class with default values for flags [!:SuppressErrors] (true) and Debug (false).
Public methodSaveOptions(Boolean)
Initializes a new instance of the SaveOptions class with default value for flag Debug (false).
Properties
  NameDescription
Public propertyAdditionalFontsFolders
Specifies additional folders where converter should find fonts for input document. Default folder are standard fonts folder where OS finds fonts for internal needs.
Public propertyDebug
Specifies whether debug information must be printed to standard output stream or not.
Public propertyExceptions
Returns a list of suppressed conversion errors If [!:SuppressErrors] is true.
Public propertyJpegQualityLevel
The Quality category specifies the level of compression for an image. Available values are 0 to 100. The lower the number specified, the higher the compression and therefore the lower the quality of the image. 0 value results in lowest quality image, while 100 results in highest.
Public propertySupressErrors
Specifies whether errors must be suppressed or not. If true suppressed errors are added to Exceptions list. If false the first error will terminate the program.
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