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
)
Public Shared Function GetPDFAErrorMessage (
id As PDFAComplianceErrorCode
) As String
public:
static String^ GetPDFAErrorMessage(
[InAttribute] PDFAComplianceErrorCode id
)
pdftron.PDF.PDFA.PDFACompliance.GetPDFAErrorMessage = function(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