IHtmlOptions

IHtmlOptions interface

Represents a HTML exporting options.

public interface IHtmlOptions : ISaveOptions

Properties

NameDescription
AsISaveOptions { get; }Returns ISaveOptions interface. Read-only ISaveOptions.
DeletePicturesCroppedAreas { get; set; }A 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 Boolean.
HtmlFormatter { get; set; }Returns or sets HTML template. Read/write IHtmlFormatter.
JpegQuality { get; set; }Returns or sets a value determining the quality of the JPEG images inside PDF document. Read/write Byte.
NotesCommentsLayouting { get; }Provides options that control how notes and comments is placed in exported document.
PicturesCompression { get; set; }Represents the pictures compression level Read/write PicturesCompression.
ShowHiddenSlides { get; set; }Specifies whether the generated document should include hidden slides or not. Default is false.
SlideImageFormat { get; set; }Returns or sets slide image format options. Read/write ISlideImageFormat.
SvgResponsiveLayout { get; set; }True to exclude width and height attributes from SVG container - that will make layout responsive. False - otherwise. Read/write Boolean.

See Also