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

PageRangeFilter

PageRangeFilter class

Represents redaction filter, setting page range inside a document to apply redaction.

public class PageRangeFilter : RedactionFilter

Constructors

Name Description
PageRangeFilter(PageSeekOrigin, int, int) Initializes a new instance of RemovePageRedaction class.

Properties

Name Description
Count { get; } Gets the count of pages to remove.
Index { get; } Gets start position index (0-based).
Origin { get; } Gets seek reference position, the beginning or the end of a document.

Remarks

Learn more

See Also