IHtml5Options

IHtml5Options class

Represents a HTML5 exporting options.

The IHtml5Options type exposes the following members:

Properties

NameDescription
animate_transitionsReturns or sets transitions animation option.
Read/write bool.
animate_shapesReturns or sets shapes animation option.
Read/write bool.
embed_imagesReturns or sets images embedding option.
Read/write bool.
output_pathDetermines where external resources should be stored.
Read/write string.
as_i_save_optionsReturns ISaveOptions interface.
Read-only ISaveOptions.
warning_callbackReturns or sets an object which receives warnings and decides whether loading process will continue or will be aborted.
Read/write IWarningCallback.
progress_callbackRepresents a callback object for saving progress updates in percentage.
See IProgressCallback.
default_regular_fontReturns or sets font used in case source font is not found.
Read-write string.

See Also