public abstract class WatermarkOptions extends Object
The common watermark remover algorithm options.
| Constructor and Description |
|---|
WatermarkOptions() |
| Modifier and Type | Method and Description |
|---|---|
GraphicsPath |
getGraphicsPathMask()
Gets the mask.
|
Iterable<Point> |
getMask()
Gets the mask.
|
ProgressEventHandler |
getPrecalculationProgressEventHandler()
Gets the default points pre-calculation process progress event handler.
|
void |
setGraphicsPathMask(GraphicsPath value)
Sets the mask.
|
void |
setMask(Iterable<Point> value)
Sets the mask.
|
void |
setPrecalculationProgressEventHandler(ProgressEventHandler value)
Sets the default points pre-calculation process progress event handler.
|
public final void setMask(Iterable<Point> value)
Sets the mask.
Value: The mask.value - the mask.public final ProgressEventHandler getPrecalculationProgressEventHandler()
Gets the default points pre-calculation process progress event handler.
Value: The progress event handler.public final void setPrecalculationProgressEventHandler(ProgressEventHandler value)
Sets the default points pre-calculation process progress event handler.
Value: The progress event handler.value - the default points pre-calculation process progress event handler.public final GraphicsPath getGraphicsPathMask()
Gets the mask.
Value: The mask.public final void setGraphicsPathMask(GraphicsPath value)
Sets the mask.
Value: The mask.value - the mask.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.