WebDocumentOptions

WebDocumentOptions class

Represents an options set for WebDocument saving.

The WebDocumentOptions type exposes the following members:

Constructors

NameDescription
WebDocumentOptions()Initializes a new instance of the WebDocumentOptions class

Properties

NameDescription
template_engineReturns or sets templates engine.
Read/write ITemplateEngine.
output_saverReturns or sets output saver.
Read/write IOutputSaver.
embed_imagesReturns or sets images embedding option.
Read/write bool.
animate_transitionsReturns or sets transitions animation option.
Read/write bool.
animate_shapesReturns or sets shapes animation option.
Read/write bool.

See Also