DocRenderingOptions
DocRenderingOptions()
Initializes a new instance of the DocRenderingOptions
class.
public DocRenderingOptions()
See Also
- class DocRenderingOptions
- package com.aspose.html.Rendering.Doc
- package Aspose.HTML
DocRenderingOptions(FontEmbeddingRule)
Initializes a new instance of the DocRenderingOptions
class with the specified font embedding rule.
public DocRenderingOptions(FontEmbeddingRule fontEmbeddingRule)
Parameter | Type | Description |
---|---|---|
fontEmbeddingRule | FontEmbeddingRule | The font embedding rule. |
See Also
- enum FontEmbeddingRule
- class DocRenderingOptions
- package com.aspose.html.Rendering.Doc
- package Aspose.HTML