IHtmlOptions class

IHtmlOptions class

Represents a HTML exporting options.

The IHtmlOptions type exposes the following members:

Properties

PropertyDescription
html_formatterReturns or sets HTML template.
Read/write IHtmlFormatter.
slide_image_formatReturns or sets slide image format options.
Read/write ISlideImageFormat.
show_hidden_slidesSpecifies whether the generated document should include hidden slides or not.
Default is false.
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
Read/write IHtmlOptions.pictures_compression.
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)
Read/write bool.
svg_responsive_layoutTrue to exclude width and height attributes from SVG container - that will make layout responsive. False - otherwise.
Read/write bool.
notes_comments_layoutingProvides options that control how notes and comments is placed in exported document.
slides_layout_optionsGets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.
ink_optionsProvides options that control the look of Ink objects in exported document.
Read-only IInkOptions
warning_callback
progress_callback
default_regular_font

See Also