Checks if the component is ready for the text conversion process.
Function IsValid()
none
boolean -
true: the component is setup properly for a text conversion process;
false otherwise.
An exception is thrown in case of errors.
Dim TextConverter
Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )
TextConverter.OpenProject( "C:\data\Test.ConverterX" )
If TextConverter.IsValid Then TextConverter.Convert()