XpsSaveOptions Class
Contents
[
Hide
]XpsSaveOptions class
Specific options data class.
public class XpsSaveOptions : XpsRenderingOptions
Constructors
Name | Description |
---|---|
XpsSaveOptions() | The default constructor. |
Properties
Name | Description |
---|---|
BackgroundColor { get; set; } | Gets or sets Color which will fill background of every page. Default value is Transparent. |
Css { get; } | Gets a CssOptions object which is used for configuration of css properties processing. |
virtual HorizontalResolution { get; set; } | Sets or gets horizontal resolution for internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi. |
PageSetup { get; } | Gets a page setup object is used for configuration output page-set. |
virtual VerticalResolution { get; set; } | Sets or gets vertical resolution for internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi. |
See Also
- class XpsRenderingOptions
- namespace Aspose.Svg.Saving
- assembly Aspose.SVG