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

RedactorLogEntry

RedactorLogEntry class

Represents results of applying redaction.

public class RedactorLogEntry

Constructors

Name Description
RedactorLogEntry(Redaction, RedactionResult) Initializes a new instance of RedactorLogEntry class for redaction.

Properties

Name Description
Redaction { get; } Gets the reference to redaction and its options.
Result { get; } Gets the result, returned by DocumentFormatInstance.

Remarks

Learn more

See Also