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:
int
getLinkExternalFonts {#getLinkExternalFonts}
Name
Description
getLinkExternalFonts ()
Determines a way of handling externally loaded fonts. If true, the links to separate font files will be added to the style section of SVG file. If false, the font data will be embedded to SVG file. Please check all external fonts license agreements before embedding. Read/write boolean. Default value is true.
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 (int)
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.
setLinkExternalFonts {#setLinkExternalFonts}
Name
Description
setLinkExternalFonts (boolean)
Determines a way of handling externally loaded fonts. If true, the links to separate font files will be added to the style section of SVG file. If false, the font data will be embedded to SVG file. Please check all external fonts license agreements before embedding. Read/write boolean. Default value is true.