GetPDFErrorText(dwErrorCode As Integer) As String
Description
Returns an error message for an error code.
Parameters
Integer |
dwErrorCode |
The error code from the last failed operation. This can be obtained by calling GetLastPDFError (for Image PDFs) or vpdf_GetLastError (for Vector PDFs). |
Return values
The error message on success, otherwise an empty string.