public class PaperToCadOptions extends Object
| Constructor and Description |
|---|
PaperToCadOptions() |
| Modifier and Type | Method and Description |
|---|---|
float |
getColorsCluzterization()
Colors clusterization param
|
ContourOptions |
getContourOptions()
Gets or sets contour vectorization options.
|
IImagePreprocessor |
getPreprocessor()
Preprocessor for the image.
|
VectorizationMethod |
getVectorizationMethod()
Pixel matching rule for validation
|
void |
setColorsCluzterization(float value)
Colors clusterization param
|
void |
setContourOptions(ContourOptions value)
Gets or sets contour vectorization options.
|
void |
setPreprocessor(IImagePreprocessor value)
Preprocessor for the image.
|
void |
setVectorizationMethod(VectorizationMethod value)
Pixel matching rule for validation
|
public final ContourOptions getContourOptions()
Gets or sets contour vectorization options.
public final void setContourOptions(ContourOptions value)
Gets or sets contour vectorization options.
public final float getColorsCluzterization()
Colors clusterization param
public final void setColorsCluzterization(float value)
Colors clusterization param
public final VectorizationMethod getVectorizationMethod()
Pixel matching rule for validation
public final void setVectorizationMethod(VectorizationMethod value)
Pixel matching rule for validation
public final IImagePreprocessor getPreprocessor()
Preprocessor for the image.
public final void setPreprocessor(IImagePreprocessor value)
Preprocessor for the image.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.