SvgConverterOptions

SvgConverterOptions class #

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

SvgConverterOptions #

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

Result: SvgConverterOptions


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: int


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.

Result: boolean


getMetafileRasterizationDpi #

Name Description
getMetafileRasterizationDpi () Returns or sets the lower resolution limit for metafile rasterization. Read/write int.

Result: int


getPicturesCompression #

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

Result: int


getUseFrameRotation #

Name Description
getUseFrameRotation () Determines whether to perform the specified rotation of the shape when rendering or not. Read/write boolean. Default value is true.

Result: boolean


getUseFrameSize #

Name Description
getUseFrameSize () Determines whether the text frame will be included in a rendering area or not. Read/write boolean. Default value is false.

Result: boolean


getVectorizeText #

Name Description
getVectorizeText () Determines whether the text on a slide will be saved as graphics. Read/write boolean. Default value is false.

Result: boolean


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 (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 #

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.

setMetafileRasterizationDpi #

Name Description
setMetafileRasterizationDpi (int) Returns or sets the lower resolution limit for metafile rasterization. Read/write int.

setPicturesCompression #

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

setUseFrameRotation #

Name Description
setUseFrameRotation (boolean) Determines whether to perform the specified rotation of the shape when rendering or not. Read/write boolean. Default value is true.

setUseFrameSize #

Name Description
setUseFrameSize (boolean) Determines whether the text frame will be included in a rendering area or not. Read/write boolean. Default value is false.

setVectorizeText #

Name Description
setVectorizeText (boolean) Determines whether the text on a slide will be saved as graphics. Read/write boolean. Default value is false.