1. GroupDocs.Redaction
  2. /
  3. GroupDocs.Redaction for .NET
  4. /
  5. GroupDocs.Redaction.Redactions
  6. /
  7. PageAreaFilter

PageAreaFilter

PageAreaFilter class

Represents redaction filter, setting an area within a page of a document to apply redaction.

public class PageAreaFilter : RedactionFilter

Constructors

Name Description
PageAreaFilter(Point, Size) Initializes a new instance of PageAreaFilter class for redacting specific area.

Properties

Name Description
Rectangle { get; } Gets the rectangle (top-left position and size of the area) on a page.

Remarks

Learn more

See Also