ExactPhraseRedactionApplyTo Method |
Applies the redaction to a given format instance.
Namespace: GroupDocs.Redaction.RedactionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 22.7
Syntaxpublic override RedactorLogEntry ApplyTo(
DocumentFormatInstance formatInstance
)
Public Overrides Function ApplyTo (
formatInstance As DocumentFormatInstance
) As RedactorLogEntry
public:
virtual RedactorLogEntry^ ApplyTo(
DocumentFormatInstance^ formatInstance
) override
abstract ApplyTo :
formatInstance : DocumentFormatInstance -> RedactorLogEntry
override 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