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

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

Syntax

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

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.
strXMLData
Type: System..::.String
The Infigo XML data.

Return Value

Returns true on success.

See Also