public class ContourOptions extends Object
Represents options for contour vectorization.
| Constructor and Description |
|---|
ContourOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getContoursToPolylines()
Gets or sets whether polylines instead of contours around polylines should be used if possible.
|
Float |
getWidth()
Gets or sets constant width for contours.
|
void |
setContoursToPolylines(boolean value)
Gets or sets whether polylines instead of contours around polylines should be used if possible.
|
void |
setWidth(Float value)
Gets or sets constant width for contours.
|
public final boolean getContoursToPolylines()
Gets or sets whether polylines instead of contours around polylines should be used if possible.
public final void setContoursToPolylines(boolean value)
Gets or sets whether polylines instead of contours around polylines should be used if possible.
public final Float getWidth()
Gets or sets constant width for contours.
public final void setWidth(Float value)
Gets or sets constant width for contours.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.