SVGOptions
SVGOptions class
Represents an SVG options.
SVGOptions
| Name | Description |
|---|
| SVGOptions() | Initializes a new instance of the SVGOptions class. |
Returns:
SVGOptions
SVGOptions
| Name | Description |
|---|
| SVGOptions(VideoPlayerHtmlController) | Initializes a new instance of the SVGOptions class specifying the link embedding controller object. |
Parameters:
| Name | Type | Description |
|---|
| linkEmbedController | VideoPlayerHtmlController | The link embedding controller reference. Link embedding controller is a delegate object that is responsible for making decisions if resources (such as images) need to be embedded or referenced as external resources. |
Returns:
SVGOptions
getDefault
| Name | Description |
|---|
| getDefault() | Returns default settings. Read-only SVGOptions. |
Returns:
SVGOptions
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) |
Returns:
boolean
getDisable3DText
| Name | Description |
|---|
| getDisable3DText() | Determines whether the 3D text is disabled in SVG. Read/write boolean. |
Returns:
boolean
getDisableGradientSplit
| Name | Description |
|---|
| getDisableGradientSplit() | Disables splitting FromCornerX and FromCenter gradients. Read/write boolean. |
Returns:
boolean
getDisableLineEndCropping
| Name | Description |
|---|
| getDisableLineEndCropping() | SVG 1.1 lacks ability to define insets for markers. Aspose.Slides SVG writing engine has workaround for that problem: it crops end of line with arrow, so, line doesn’t overlap markers. This option switches off such behavior. Read/write boolean. |
Returns:
boolean
getExternalFontsHandling
| Name | Description |
|---|
| getExternalFontsHandling() | Determines a way of handling externally loaded fonts. Read/write SvgExternalFontsHandling. |
Returns:
int
getInkOptions
| Name | Description |
|---|
| getInkOptions() | Provides options that control the look of Ink objects in exported document. Read-only IInkOptions |
Returns:
InkOptions
getJpegQuality
| Name | Description |
|---|
| getJpegQuality() | Determines JPEG encoding quality. Read/write int. |
Returns:
int
| Name | Description |
|---|
| getMetafileRasterizationDpi() | Returns or sets the lower resolution limit for metafile rasterization. Read/write int. |
Returns:
int
getPicturesCompression
| Name | Description |
|---|
| getPicturesCompression() | Represents the pictures compression level |
Returns:
int
| Name | Description |
|---|
| getShapeFormattingController() | Returns and sets a callback interface which allows user to control shape conversion. Read/write ISvgShapeFormattingController. |
Returns:
VideoPlayerHtmlController
getSimple
| Name | Description |
|---|
| getSimple() | Returns settings for simpliest and smallest SVG file generation. Read-only SVGOptions. |
Returns:
SVGOptions
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. |
Returns:
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. |
Returns:
boolean
getVectorizeText
| Name | Description |
|---|
| getVectorizeText() | Determines whether the text on a slide will be saved as graphics. Read/write boolean. |
Returns:
boolean
getWYSIWYG
| Name | Description |
|---|
| getWYSIWYG() | Returns settings for most accurate SVG file generation. Read-only SVGOptions. |
Returns:
SVGOptions
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) |
setDisable3DText
| Name | Description |
|---|
| setDisable3DText(boolean) | Determines whether the 3D text is disabled in SVG. Read/write boolean. |
setDisableGradientSplit
| Name | Description |
|---|
| setDisableGradientSplit(boolean) | Disables splitting FromCornerX and FromCenter gradients. Read/write boolean. |
setDisableLineEndCropping
| Name | Description |
|---|
| setDisableLineEndCropping(boolean) | SVG 1.1 lacks ability to define insets for markers. Aspose.Slides SVG writing engine has workaround for that problem: it crops end of line with arrow, so, line doesn’t overlap markers. This option switches off such behavior. Read/write boolean. |
setExternalFontsHandling
| Name | Description |
|---|
| setExternalFontsHandling(int) | Determines a way of handling externally loaded fonts. Read/write SvgExternalFontsHandling. |
setJpegQuality
| Name | Description |
|---|
| setJpegQuality(int) | Determines JPEG encoding quality. Read/write int. |
| Name | Description |
|---|
| setMetafileRasterizationDpi(int) | Returns or sets the lower resolution limit for metafile rasterization. Read/write int. |
setPicturesCompression
| Name | Description |
|---|
| setPicturesCompression(int) | Represents the pictures compression level |
| Name | Description |
|---|
| setShapeFormattingController(VideoPlayerHtmlController) | Returns and sets a callback interface which allows user to control shape conversion. Read/write ISvgShapeFormattingController. |
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. |