DocumentConversionGetErrorString Method |
If the conversion finsihed with some kind of error, this returns the value of the error description; otherwise returns an empty string.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetErrorString()
Public Function GetErrorString As String
public:
virtual String^ GetErrorString() sealed
function GetErrorString();
Return Value
Type:
StringThe error description. Will be blank unless GetConversionStatus returns Failure
See Also