About classDescribes an error caused by PDF creating process.
Syntax Set swPDFError = swPDFCreator.GetError()
Usage This class is used to get detailed info about an error being raised.
PropertiesMessage String. Read only. Error description.
Code Integer. Read only. Error number.
Caller String. Read only. Name of the module in which an error occurred.
Position Integer. Read only. Line in which error occurred. |
|