API Reference

Enum

PdfExternalValidatorProofStatus

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Claimability status for one required external validator family.

Inheritance

  • Enum
  • PdfExternalValidatorProofStatus

Usage

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

Values

public const PdfExternalValidatorProofStatus Missing #

No matching external validation result was supplied.

Value: 0
public const PdfExternalValidatorProofStatus NotRun #

A matching validation result was supplied, but the validator was not run.

Value: 1
public const PdfExternalValidatorProofStatus Passed #

A matching required validator accepted the requested profile and no matching failure was supplied.

Value: 2
public const PdfExternalValidatorProofStatus Failed #

A matching required validator rejected the requested profile.

Value: 3
public const PdfExternalValidatorProofStatus Error #

A matching required validator could not complete because of configuration, runtime, or process failure.

Value: 4