HtmlOptions

HtmlOptions class

Represents a HTML exporting options.

public class HtmlOptions : SaveOptions, IHtmlOptions

Constructors

NameDescription
HtmlOptions()Creates a new HtmlOptions object for saving into single HTML file.
HtmlOptions(ILinkEmbedController)Creates a new HtmlOptions object specifiing callback.

Properties

NameDescription
DefaultRegularFont { get; set; }Returns or sets font used in case source font is not found. Read-write String.
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)
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
ProgressCallback { get; set; }Represents a callback object for saving progress updates in percentage. See IProgressCallback.
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.
WarningCallback { get; set; }Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.

See Also