API Reference
Enum
PdfExternalValidatorKind
External validator family used as formal compliance evidence.
Inheritance
- Enum
- PdfExternalValidatorKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfComplianceProofReport.MissingExternalValidators
- Property PdfComplianceProofReport.RequiredExternalValidators
- Property PdfExternalValidationResult.ValidatorKind
- Field PdfExternalValidatorKind.Custom
- Field PdfExternalValidatorKind.Mustang
- Field PdfExternalValidatorKind.PdfUaValidator
- Field PdfExternalValidatorKind.VeraPdf
- Property PdfExternalValidatorProof.ValidatorKind
Accepted by parameters
- Method PdfComplianceProofReport.FindExternalValidation
- Method PdfComplianceProofReport.FindExternalValidatorProof
- Constructor PdfExternalValidationResult.PdfExternalValidationResult
- Method PdfExternalValidationResult.Error
- Method PdfExternalValidationResult.Failed
- Method PdfExternalValidationResult.FromExitCode
- Method PdfExternalValidationResult.FromExitCodeForArtifact
- Method PdfExternalValidationResult.NotRun
- Method PdfExternalValidationResult.NotRunForArtifact
- Method PdfExternalValidationResult.Passed
- Method PdfExternalValidationResult.PassedForArtifact
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfExternalValidatorKind VeraPdf #veraPDF archival-profile validator, commonly used for PDF/A validation.
Value:
0public const PdfExternalValidatorKind Mustang #Mustang validator, commonly used for Factur-X and ZUGFeRD e-invoice validation.
Value:
2public const PdfExternalValidatorKind Custom #Caller-supplied validator not otherwise modeled by OfficeIMO.Pdf.
Value:
3