VectorizationOptions
VectorizationOptions class
Options for vectorization images.
public class VectorizationOptions : ValueObject
Constructors
Properties
| Name |
Description |
| BackgroundColor { get; set; } |
Gets or sets background color. Default value is transparent white. |
| ColorsLimit { get; set; } |
Gets or sets the maximum number of colors used to quantize an image. Default value is 25. |
| EnableVectorization { get; set; } |
Enable vectorization images. Default is false. |
| ImageSizeLimit { get; set; } |
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. |
| LineWidth { get; set; } |
Gets or sets the line width. The value of this parameter is affected by the graphics scale. Default value is 1. |
| Severity { get; set; } |
Sets image trace smoother severity |
Methods
| Name |
Description |
| override Equals(object) |
Determines whether two object instances are equal. |
| virtual Equals(ValueObject) |
Determines whether two object instances are equal. |
| override GetHashCode() |
Serves as the default hash function. |
See Also