Enum StencilType
Enum StencilType
Namespace: Aspose.Svg.ImageVectorization
Assembly: Aspose.SVG.dll (25.5.0)
The Aspose.Svg.ImageVectorization.StencilType enum defines stencil types.
[ComVisible(true)]
public enum StencilType
Fields
Auto = 2
The colors for rendering stencil lines detects automatically.
MonoColor = 1
Only one color is used for rendering stencil lines.
None = 0
The stencil effect will not be applied.