StencilType Enum
StencilType enumeration
The StencilType
enum defines stencil types.
public enum StencilType
Values
Name | Value | Description |
---|---|---|
None | 0 | The stencil effect will not be applied. |
MonoColor | 1 | Only one color is used for rendering stencil lines. |
Auto | 2 | The colors for rendering stencil lines detects automatically. |
See Also
- namespace Aspose.Svg.ImageVectorization
- assembly Aspose.SVG