Applies the redaction to a given format instance.
Namespace: GroupDocs.RedactionAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
Syntaxpublic abstract RedactorLogEntry ApplyTo(
DocumentFormatInstance formatInstance
)
Public MustOverride Function ApplyTo (
formatInstance As DocumentFormatInstance
) As RedactorLogEntry
public:
virtual RedactorLogEntry^ ApplyTo(
DocumentFormatInstance^ formatInstance
) abstract
abstract ApplyTo :
formatInstance : DocumentFormatInstance -> RedactorLogEntry
Parameters
- formatInstance
- Type: GroupDocs.Redaction.IntegrationDocumentFormatInstance
An instance of a document to apply redaction
Return Value
Type:
RedactorLogEntryStatus of the redaction: success/failure and error message if any
See Also