HtmlOptions

HtmlOptions class

Represents a HTML exporting options.

HtmlOptions

NameDescription
HtmlOptions(VideoPlayerHtmlController)Creates a new HtmlOptions object specifiing callback.

Parameters:

NameTypeDescription
linkEmbedControllerVideoPlayerHtmlControllerCallback object which controls saving project.

Returns: HtmlOptions


HtmlOptions

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

Returns: HtmlOptions


getDeletePicturesCroppedAreas

NameDescription
getDeletePicturesCroppedAreas ()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)

Returns: boolean


getHtmlFormatter

NameDescription
getHtmlFormatter ()Returns or sets HTML template. Read/write IHtmlFormatter.

Returns: HtmlFormatter


getInkOptions

NameDescription
getInkOptions ()Provides options that control the look of Ink objects in exported document. Read-only IInkOptions

Returns: InkOptions


getJpegQuality

NameDescription
getJpegQuality ()Returns or sets a value determining the quality of the JPEG images inside PDF document. Read/write byte. Has effect only when a document contains JPEG images. Use this property to get or set the quality of the images inside a document when saving in PDF format. The value may vary from 0 to 100 where 0 means worst quality but maximum compression and 100 means best quality but minimum compression. The default value is 95.

Returns: byte


getNotesCommentsLayouting

NameDescription
getNotesCommentsLayouting ()Provides options that control how notes and comments is placed in exported document.

Returns: NotesCommentsLayoutingOptions


getPicturesCompression

NameDescription
getPicturesCompression ()Represents the pictures compression level

Returns: int


getShowHiddenSlides

NameDescription
getShowHiddenSlides ()Specifies whether the generated document should include hidden slides or not. Default is false.

Returns: boolean


getSlideImageFormat

NameDescription
getSlideImageFormat ()Returns or sets slide image format options. Read/write ISlideImageFormat.

Returns: SlideImageFormat


getSlidesLayoutOptions

NameDescription
getSlidesLayoutOptions ()Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.

Returns: NotesCommentsLayoutingOptions, HandoutLayoutingOptions


getSvgResponsiveLayout

NameDescription
getSvgResponsiveLayout ()True to exclude width and height attributes from svg container - that will make layout responsive. False - otherwise. Read/write boolean.

Returns: boolean


setDeletePicturesCroppedAreas

NameDescription
setDeletePicturesCroppedAreas (boolean)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)

Returns: void


setHtmlFormatter

NameDescription
setHtmlFormatter (HtmlFormatter)Returns or sets HTML template. Read/write IHtmlFormatter.

Returns: void


setJpegQuality

NameDescription
setJpegQuality (byte)Returns or sets a value determining the quality of the JPEG images inside PDF document. Read/write byte. Has effect only when a document contains JPEG images. Use this property to get or set the quality of the images inside a document when saving in PDF format. The value may vary from 0 to 100 where 0 means worst quality but maximum compression and 100 means best quality but minimum compression. The default value is 95.

Returns: void


setPicturesCompression

NameDescription
setPicturesCompression (int)Represents the pictures compression level

Returns: void


setShowHiddenSlides

NameDescription
setShowHiddenSlides (boolean)Specifies whether the generated document should include hidden slides or not. Default is false.

Returns: void


setSlideImageFormat

NameDescription
setSlideImageFormat (SlideImageFormat)Returns or sets slide image format options. Read/write ISlideImageFormat.

Returns: void


setSlidesLayoutOptions

NameDescription
setSlidesLayoutOptions (NotesCommentsLayoutingOptions)Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.

Returns: void


setSlidesLayoutOptions

NameDescription
setSlidesLayoutOptions (HandoutLayoutingOptions)Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.

Returns: void


setSvgResponsiveLayout

NameDescription
setSvgResponsiveLayout (boolean)True to exclude width and height attributes from svg container - that will make layout responsive. False - otherwise. Read/write boolean.

Returns: void