Create the Infigo XML data representing the current open document and
            writing this into a text file.
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool CreateXMLFile( string strFile ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function CreateXMLFile ( _ strFile As String _ ) As Boolean | 
| Visual C++ | 
|---|
| public: bool CreateXMLFile( String^ strFile ) | 
Parameters
- strFile
- Type: System..::.String
 The target file name for the XML data.





