DocRenderingOptions constructor
init
Initializes a new instance of the DocRenderingOptions
class.
def __init__(self):
...
init
Initializes a new instance of the DocRenderingOptions
class with the specified font embedding rule.
def __init__(self, font_embedding_rule):
...
Parameter | Type | Description |
---|---|---|
font_embedding_rule | FontEmbeddingRule | The font embedding rule. |
See Also
- module
aspose.html.rendering.doc
- class
DocRenderingOptions