Click or drag to resize

PDFAComplianceGetPDFAErrorMessage Method

Gets the pDFA error message.

Namespace:  pdftron.PDF.PDFA
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static string GetPDFAErrorMessage(
	PDFAComplianceErrorCode id
)

Parameters

id
Type: pdftron.PDF.PDFAPDFAComplianceErrorCode
error code identifier (obtained using GetError() method).

Return Value

Type: String
A descriptive error message for the given error identifier.
See Also