ImageSaveOptions Class
Specific options data class.
Inheritance Hierarchy
SystemObject
  Aspose.Svg.RenderingRenderingOptions
    Aspose.Svg.Rendering.ImageImageRenderingOptions
      Aspose.Svg.SavingImageSaveOptions

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

The ImageSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodImageSaveOptions
Image format ImageFormat based on initialization
Properties
  NameDescription
Public propertyBackgroundColor
Gets or sets Color which will fill background of every page. Default value is Transparent.
(Inherited from RenderingOptions.)
Public propertyCompression
Sets or gets Tagged Image File Format (TIFF) Compression. By default this property is LZW.
(Inherited from ImageRenderingOptions.)
Public propertyCss
Gets a CssOptions object which is used for configuration of css properties processing.
(Inherited from RenderingOptions.)
Public propertyFormat
Sets or gets ImageFormat. By default this property is Png.
(Inherited from ImageRenderingOptions.)
Public propertyHorizontalResolution
Sets or gets horizontal resolution for output and internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
(Inherited from ImageRenderingOptions.)
Public propertyPageSetup
Gets a page setup object is used for configuration output page-set.
(Inherited from RenderingOptions.)
Public propertySmoothingMode
Gets or sets the rendering quality for this Graphics.
(Inherited from ImageRenderingOptions.)
Public propertyText
Gets a TextOptions object which is used for configuration of text rendering.
(Inherited from ImageRenderingOptions.)
Public propertyVerticalResolution
Sets or gets vertical resolution for output and internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
(Inherited from ImageRenderingOptions.)
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