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.
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
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.
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