Document.ConvertResults Method |
Namespace: Kofax.OmniPageCSDK.IproPlus
public void ConvertResults( [OptionalAttribute] string FileName, [OptionalAttribute] Converter Converter, [OptionalAttribute] Object Pages )
The Filename string parameter specifies the fully qualified path of the document to create. The Converter parameter is a reference to one of the Converter objects available through the Converters collection. Pages is an optional parameter of the type RUNPAGE. Available values are listed in the description of the ImagePreprocess.
If the Pages parameter is unspecified, all document pages are processed.
If neither the FileName nor the Converter parameter is specified, the method automatically displays a customized dialog window allowing the output format and file name to be specified. If these parameters are both specified, the export operation happens silently.
Note that either both or neither of the FileName and Converter parameters must be specified. If only one of them is passed, the behavior of the ConvertResults method is unspecified.