Class RenderingOptions

Class RenderingOptions

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML.dll (25.2.0)

Represents rendering options.

[ComVisible(true)]
public class RenderingOptions

Inheritance

objectRenderingOptions

Derived

DocRenderingOptions, ImageRenderingOptions, PdfRenderingOptions, XpsRenderingOptions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

RenderingOptions()

Initializes a new instance of the Aspose.Html.Rendering.RenderingOptions class.

public RenderingOptions()

Properties

BackgroundColor

Gets or sets System.Drawing.Color which will fill background of every page. Default value is System.Drawing.Color.Transparent.

public Color BackgroundColor { get; set; }

Property Value

Color

Css

Gets a Aspose.Html.Rendering.CssOptions object which is used for configuration of css properties processing.

public CssOptions Css { get; }

Property Value

CssOptions

HorizontalResolution

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.

public virtual Resolution HorizontalResolution { get; set; }

Property Value

Resolution

PageSetup

Gets a page setup object is used for configuration output page-set.

public PageSetup PageSetup { get; }

Property Value

PageSetup

VerticalResolution

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.

public virtual Resolution VerticalResolution { get; set; }

Property Value

Resolution