public interface ASSvgExportConfiguration extends ImageExportConfiguration
The SVG file format export configuration.
Modifier and Type | Method and Description |
---|---|
SvgColorModeEnum |
getColorType()
Gets or sets the color type for SVG image.
|
boolean |
getCompress()
Gets a value indicating whether this
##Aspose#FileFormats#Core#ImageOptions is compressed. |
boolean |
getTextAsShapes()
Gets or sets a value indicating whether text must be converted as shapes.
|
boolean |
isEmbedFonts()
Indicates whether the fonts should be embedded into the svg file as base64
|
boolean |
isPdfEmbeddedAlias()
Is pdf embedded alias boolean.
|
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint
getBackgroundColor, getLicense, isDrawBackground
SvgColorModeEnum getColorType()
Gets or sets the color type for SVG image.
boolean getTextAsShapes()
Gets or sets a value indicating whether text must be converted as shapes.
true
if all text is turned into SVG shapes in the convertion; otherwise, false
.boolean getCompress()
Gets a value indicating whether this ##Aspose#FileFormats#Core#ImageOptions
is compressed.
true
if compressed; otherwise, false
.##Aspose#FileFormats#Core#ImageOptions
is compressed.boolean isPdfEmbeddedAlias()
true
if there is pdf embedded alias; otherwise, false
.boolean isEmbedFonts()
true
, if the fonts should be embedded; otherwise, false