PageAreaFilter constructor
init
Initializes a new instance of PageAreaFilter class for redacting specific area.
def __init__(self, top_left, size):
...
Parameter | Type | Description |
---|---|---|
top_left | aspose.pydrawing.Point | Top-left area coordinates |
size | aspose.pydrawing.Size | Area size and color |
See Also
- module
groupdocs.redaction.redactions
- class
PageAreaFilter