VectorizationOptions class
VectorizationOptions class
Options for vectorization images.
Inheritance: VectorizationOptions
→
ValueObject
The VectorizationOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Default constructor for VectorizationOptions. |
Properties
Property | Description |
---|---|
enable_vectorization | Enable vectorization images. Default is false. |
severity | Sets image trace smoother severity |
colors_limit | Gets or sets the maximum number of colors used to quantize an image. Default value is 25. |
line_width | Gets or sets the line width. The value of this parameter is affected by the graphics scale. Default value is 1. |
image_size_limit | Gets or sets maximal dimension of image determined by multiplication image width and height. The size of the image will be scaled based on this property. Default value is 1800000. |
background_color | Gets or sets background color. Default value is transparent white. |
Methods
Method | Description |
---|---|
equals | Determines whether two object instances are equal. |
See Also
- module
groupdocs.conversion.options.load
- class
ValueObject
- class
VectorizationOptions