Click or drag to resize

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

Return Value

Type: DocumentConversionResult
Indicates that the conversion succeeded, failed, or was cancelled
See Also