DocumentConversionTryConvert Method |
Perform the conversion. If the result of the conversion is failure, then GetErrorString will contain further information about the failure.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public DocumentConversionResult TryConvert()
Public Function TryConvert As DocumentConversionResult
public:
virtual DocumentConversionResult TryConvert() sealed
Return Value
Type:
DocumentConversionResultIndicates that the conversion succeeded, failed, or was cancelled
See Also