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
- More details about applying redactions: Redaction basics
- More details about redaction filters: Use PDF redaction filters
See Also
- class RedactionFilter
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction