This method provides a simple way to create the output for a given Infigo template and a given Infigo XML file.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool TemplateWithXMLFile(
	string strTemplateFile,
	string strNewFile,
	string strXMLFile
)
Visual Basic (Declaration)
Public Function TemplateWithXMLFile ( _
	strTemplateFile As String, _
	strNewFile As String, _
	strXMLFile As String _
) As Boolean
Visual C++
public:
bool TemplateWithXMLFile(
	String^ strTemplateFile, 
	String^ strNewFile, 
	String^ strXMLFile
)

Parameters

strTemplateFile
Type: System..::.String
The file name of the Infigo template PDF file.
strNewFile
Type: System..::.String
The target file name for the PDF output.
strXMLFile
Type: System..::.String
The file containing the Infigo XML data.

Return Value

Returns true on success.

See Also