![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
SVG parameters. More...
Inherits _MwWrapper.
Public Member Functions | |
| None | __init__ (self, _java_class) |
| bool | explicit_size_in_pixels (self) |
| Does SVG image contain explicit size in pixels (recommended). More... | |
| None | explicit_size_in_pixels (self, bool value) |
| Does SVG image contain explicit size in pixels (recommended). More... | |
| SvgColorMode | svg_color_mode (self) |
| Possible modes for filling color in SVG file, RGB is default and supported by SVG 1.1. More... | |
| None | svg_color_mode (self, SvgColorMode value) |
| Possible modes for filling color in SVG file, RGB is default and supported by SVG 1.1. More... | |
| bool | text_drawn_in_text_element (self) |
| Does SVG image contain text as text element rather than paths (recommended). More... | |
| None | text_drawn_in_text_element (self, bool value) |
| Does SVG image contain text as text element rather than paths (recommended). More... | |
SVG parameters.
| None __init__ | ( | self, | |
| _java_class | |||
| ) |
| bool explicit_size_in_pixels | ( | self | ) |
Does SVG image contain explicit size in pixels (recommended).
Default value: True.
| None explicit_size_in_pixels | ( | self, | |
| bool | value | ||
| ) |
Does SVG image contain explicit size in pixels (recommended).
Default value: True.
| SvgColorMode svg_color_mode | ( | self | ) |
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.
| None svg_color_mode | ( | self, | |
| SvgColorMode | value | ||
| ) |
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.
| bool text_drawn_in_text_element | ( | self | ) |
Does SVG image contain text as text element rather than paths (recommended).
Default value: True.
| None text_drawn_in_text_element | ( | self, | |
| bool | value | ||
| ) |
Does SVG image contain text as text element rather than paths (recommended).
Default value: True.