DocRenderingOptions Class
Contents
[
Hide
]DocRenderingOptions class
Represents the rendering options for DocDevice
.
public class DocRenderingOptions : RenderingOptions
Constructors
Name | Description |
---|---|
DocRenderingOptions() | Initializes a new instance of the DocRenderingOptions class. |
DocRenderingOptions(FontEmbeddingRule) | Initializes a new instance of the DocRenderingOptions class with the specified font embedding rule. |
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. | |
[getDocumentFormat] | |
[setDocumentFormat] Gets or sets the file format of the output document. The default value is DOCX. | |
[getFontEmbeddingRule] | |
[setFontEmbeddingRule] Gets or sets the font embedding rule. The default value is None. | |
[getHorizontalResolution] | |
[setHorizontalResolution] 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. | |
[getVerticalResolution] | |
[setVerticalResolution] 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 RenderingOptions
- package com.aspose.html.Rendering.Doc
- package Aspose.HTML