groupdocs.redaction

Main GroupDocs.Redaction namespace with top-level API classes.

Classes

Class Description
DocumentInfo Represents information about a document.
FileType Represents a file type.
IDocumentInfo Provides methods required for getting basic document information.
License Manages GroupDocs.Redaction licensing.
Metered Manages metered (pay-per-use) licensing.
PageInfo Represents a brief page information.
Redaction Represents a base abstract class for all redaction types.
RedactionPolicy Represents a sanitization policy, containing a set of specific redactions to apply.
RedactionResult Represents a result of the redaction operation.
Redactor Represents a main class that controls document redaction process, allowing to open, redact and save documents.
RedactorChangeLog Represents results for a list of redactions passed to the Redactor.apply() method.
RedactorLogEntry Represents results of applying redaction.

Enumerations

Enum Description
RedactionStatus

Exceptions

Exception Description
DocumentFormatException The exception that is thrown when document format is not recognized or is invalid.
GroupDocsRedactionException Represents base exception for all GroupDocs.Redaction exceptions.
IncorrectPasswordException The exception that is thrown when specified password is incorrect.
PasswordRequiredException The exception that is thrown when password is required to load the document.
TrialLimitationsException The exception that is thrown when user violates trial mode limitations.