Click or drag to resize

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()

Return Value

Type: String
The error description. Will be blank unless GetConversionStatus returns Failure
See Also