API Reference

Enum

PdfExternalValidationStatus

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

Outcome reported by an external compliance validator.

Inheritance

  • Enum
  • PdfExternalValidationStatus

Usage

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

Accepted by parameters

Values

public const PdfExternalValidationStatus NotRun #

The validator was expected but was not available or not executed.

Value: 0
public const PdfExternalValidationStatus Passed #

The validator completed and accepted the PDF for the requested profile.

Value: 1
public const PdfExternalValidationStatus Failed #

The validator completed and rejected the PDF for the requested profile.

Value: 2
public const PdfExternalValidationStatus Error #

The validator could not complete because of configuration, timeout, or tool failure.

Value: 3