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

CustomRedactionContext

CustomRedactionContext class

Provides context for custom redaction processing.

public class CustomRedactionContext

Constructors

Name Description
CustomRedactionContext() The default constructor.

Properties

Name Description
PageNumber { get; set; } The page number of the document where the text appears. Note: Some document formats may not support page numbers.
Text { get; set; } The original text to be redacted.

See Also