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