Html5Options

Html5Options class

Represents a HTML5 exporting options.

The Html5Options type exposes the following members:

Constructors

NameDescription
Html5Options()Default constructor.

Properties

NameDescription
warning_callbackReturns of 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.
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.

See Also