RenderingOptions Class
Contents
[
Hide
]RenderingOptions class
Represents rendering options.
public class RenderingOptions
Constructors
| Name | Description |
|---|---|
| RenderingOptions() | Initializes a new instance of the RenderingOptions class. |
Properties
| Name | Description |
|---|---|
| [getBackgroundColor] | |
| [setBackgroundColor] Gets or sets Color which will fill background of every page. Default value is Transparent. | |
getCss Gets a CssOptions object which is used for configuration of css properties processing. | |
| 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. |
| getPageSetup Gets a page setup object is used for configuration output page-set. | |
| 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
- package com.aspose.html.rendering
- package Aspose.HTML