Class WatermarkOptions
Class WatermarkOptions
Namespace: Aspose.Imaging.Watermark.Options
Assembly: Aspose.Imaging.dll (25.4.0)
The common watermark remover algorithm options.
public abstract class WatermarkOptions
Inheritance
Derived
ContentAwareFillWatermarkOptions , TeleaWatermarkOptions
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
WatermarkOptions()
protected WatermarkOptions()
Properties
GraphicsPathMask
Gets or sets the mask.
public GraphicsPath GraphicsPathMask { get; set; }
Property Value
Mask
Gets or sets the mask.
public IEnumerable<point> Mask { get; set; }
Property Value
IEnumerable < Point >
PrecalculationProgressEventHandler
Gets or sets the default points pre-calculation process progress event handler.
public ProgressEventHandler PrecalculationProgressEventHandler { get; set; }