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):
    ...
ParameterTypeDescription
font_embedding_ruleFontEmbeddingRuleThe font embedding rule.

See Also