SvgParameters

SvgParameters class

Module: aspose_barcode.generation.svg_parameters

SVG parameters.

Constructors

NameDescription
init

Properties

NameTypeDescription
explicit_size_in_pixelsboolDoes SVG image contain explicit size in pixels (recommended). Default value: True.
svg_color_modeSvgColorModePossible 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.
text_drawn_in_text_elementboolDoes SVG image contain text as text element rather than paths (recommended). Default value: True.