IFormTemplateConverter2.UnInitialize Method

InfoPath Developer Reference

Called by InfoPath before unloading the custom importer or exporter.

Version Information
 Version Added:  InfoPath 2007

Syntax

expression.UnInitialize

expression   An expression that returns an IFormTemplateConverter2 object.

Return Value
Nothing

Remarks

If the call to the**Initialize** method was successful, then the UnInitialize method is always called before unloading the converter. This method is called as a hint to the converter that it should clean up any resources. Any return values from this method are ignored by InfoPath. Any error information should be returned from the Initialize, SetLcid, Import, or Export methods.

The IFormTemplateConverter2 interface, new to Microsoft Office InfoPath 2007, provides the same converter options as the IFormTemplateConverter interface plus support for exporting an InfoPath form to an arbitrary format. For more information about implementing the IFormTemplateConverter2 interface, see the InfoPath Developer Portal on the Microsoft Office Developer Center.

This interface, object, member or enumeration is provided by the InfoPath design environment. A reference must be set to the Microsoft Office InfoPath Designer 2.0 Type Library, located at C:\Program Files\Microsoft Office\Office12\IPDESIGN.DLL.

This object or member is used for extending the InfoPath application and is not intended to be used directly from your form code.

See Also