HtmlConverterOptions

HtmlConverterOptions class #

Provides options that control how a presentation is converted to HTML format.

HtmlConverterOptions #

Name Description
HtmlConverterOptions() Initializes a new instance of the HtmlConverterOptions class.

Result: HtmlConverterOptions


getDefaultRegularFont #

Name Description
getDefaultRegularFont () Returns or sets font used in case source font is not found. Read-write String.

Result: String


getDeletePicturesCroppedAreas #

Name Description
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)

Result: boolean


getJpegQuality #

Name Description
getJpegQuality () Returns or sets a value determining the quality of the JPEG images inside HTML 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 HTML 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.

Result: byte


getPicturesCompression #

Name Description
getPicturesCompression () Represents a compression level of the pictures inside HTML document. Read/write PicturesCompressionLevel.

Result: int


getSaveSlideInSVGFormat #

Name Description
getSaveSlideInSVGFormat () Specifies whether to save slide image in SVG format. If false the slide will be saved in JPEG image. Default value is true.

Result: boolean


getShowHiddenSlides #

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

Result: boolean


getSlideImageScale #

Name Description
getSlideImageScale () Returns or sets the slide image scale. Read/write float. This property will be ignored if #getSaveSlideInSVGFormat/ #setSaveSlideInSVGFormat(boolean) is set to true.

Result: float


getSlidesViewOptions #

Name Description
getSlidesViewOptions () Gets or sets the mode in which slides are placed on the page when converting a presentation. Read-write SlidesViewOptions.

Result: SlidesViewOptions


setDefaultRegularFont #

Name Description
setDefaultRegularFont (String) Returns or sets font used in case source font is not found. Read-write String.

setDeletePicturesCroppedAreas #

Name Description
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)

setJpegQuality #

Name Description
setJpegQuality (byte) Returns or sets a value determining the quality of the JPEG images inside HTML 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 HTML 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.

setPicturesCompression #

Name Description
setPicturesCompression (int) Represents a compression level of the pictures inside HTML document. Read/write PicturesCompressionLevel.

setSaveSlideInSVGFormat #

Name Description
setSaveSlideInSVGFormat (boolean) Specifies whether to save slide image in SVG format. If false the slide will be saved in JPEG image. Default value is true.

setShowHiddenSlides #

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

setSlideImageScale #

Name Description
setSlideImageScale (float) Returns or sets the slide image scale. Read/write float. This property will be ignored if #getSaveSlideInSVGFormat/ #setSaveSlideInSVGFormat(boolean) is set to true.

setSlidesViewOptions #

Name Description
setSlidesViewOptions (SlidesViewOptions) Gets or sets the mode in which slides are placed on the page when converting a presentation. Read-write SlidesViewOptions.