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.
InkOptions { get; }Provides options that control the look of Ink objects in exported document. Read-only IInkOptions
JpegQuality { get; set; }Returns or sets a value determining the quality of the JPEG images inside PDF document. Read/write Byte.
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.
SlidesLayoutOptions { get; set; }Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.
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