HtmlOptions

HtmlOptions class

Represents a HTML exporting options.

The HtmlOptions type exposes the following members:

Constructors

NameDescription
HtmlOptions(link_embed_controller)Initializes a new instance of the HtmlOptions class
HtmlOptions()Creates a new HtmlOptions object for saving into single HTML file.

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.
notes_comments_layoutingProvides options that control how notes and comments is placed in exported document.
show_hidden_slidesSpecifies whether the generated document should include hidden slides or not.
Default is
html_formatterReturns or sets HTML template.
Read/write IHtmlFormatter.
slide_image_formatReturns or sets slide image format options.
Read/write ISlideImageFormat.
jpeg_qualityReturns or sets a value determining the quality of the JPEG images inside PDF document.
Read/write int.
pictures_compressionRepresents the pictures compression level
delete_pictures_cropped_areasA boolean flag indicates if the cropped parts remain as part of the document. If true the cropped
parts will removed, if false they will be serialized in the document (which can possible lead to a
larger file)
svg_responsive_layoutTrue to exclude width and height attributes from svg container - that will make layout responsive. False - otherwise.
Read/write bool.
as_i_save_optionsReturns ISaveOptions interface.
Read-only ISaveOptions.

See Also