Aspose::BarCode::Generation::SvgParameters class

SvgParameters class

SVG parameters.

class SvgParameters : public System::Object

Methods

MethodDescription
get_IsExplicitSizeInPixels() constDoes SVG image contain explicit size in pixels (recommended) Default value: true.
get_IsTextDrawnInTextElement() constDoes SVG image contain text as text element rather than paths (recommended) Default value: true.
get_SvgColorMode() constPossible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through “fill-opacity” parameter.
set_IsExplicitSizeInPixels(bool)Does SVG image contain explicit size in pixels (recommended) Default value: true.
set_IsTextDrawnInTextElement(bool)Does SVG image contain text as text element rather than paths (recommended) Default value: true.
set_SvgColorMode(Aspose::BarCode::Generation::SvgColorMode)Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through “fill-opacity” parameter.

See Also