DocRenderingOptions

DocRenderingOptions()

Initializes a new instance of the DocRenderingOptions class.

public DocRenderingOptions()

See Also


DocRenderingOptions(FontEmbeddingRule)

Initializes a new instance of the DocRenderingOptions class with the specified font embedding rule.

public DocRenderingOptions(FontEmbeddingRule fontEmbeddingRule)
ParameterTypeDescription
fontEmbeddingRuleFontEmbeddingRuleThe font embedding rule.

See Also