API Reference

Class

PdfRedactionExternalValidationResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Result returned by an optional external redaction validator.

Inheritance

  • Object
  • PdfRedactionExternalValidationResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public PdfRedactionExternalValidationResult(String validatorName, Boolean isValid, String diagnostic = null) #

Creates a validator result.

Parameters

validatorName System.String requiredposition: 0
isValid System.Boolean requiredposition: 1
diagnostic System.String = null optionalposition: 2

Properties

public String ValidatorName { get; } #

Stable validator/tool name.

public Boolean IsValid { get; } #

True when the external validation passed.

public String Diagnostic { get; } #

Human-readable diagnostic.