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 {#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 {#getPicturesCompression}
Name
Description
getPicturesCompression ()
Represents a compression level of the pictures inside HTML document. Read/write PicturesCompressionLevel.
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 {#getShowHiddenSlides}
Name
Description
getShowHiddenSlides ()
Specifies whether the generated document should include hidden slides or not. Default value is false.
Result:
boolean
getSlideImageScale {#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 {#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 {#setDefaultRegularFont}
Name
Description
setDefaultRegularFont (String)
Returns or sets font used in case source font is not found. Read-write String.
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 {#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 {#setPicturesCompression}
Name
Description
setPicturesCompression (int)
Represents a compression level of the pictures inside HTML document. Read/write PicturesCompressionLevel.
Specifies whether to save slide image in SVG format. If false the slide will be saved in JPEG image. Default value is true.
setShowHiddenSlides {#setShowHiddenSlides}
Name
Description
setShowHiddenSlides (boolean)
Specifies whether the generated document should include hidden slides or not. Default value is false.
setSlideImageScale {#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.