Dear all,
I''ve been trying to use the .NET component IDEALSoftware.VpeProfessional.dll to load a template to the current document. I was assuming that the .NET component implements the same funcionality as the ActiveX document.
I was looking to use a code sequence like the one below:
VPE.OpenDoc()
tpl = VPE.LoadTemplate("\dycodoc\samples\sample2.tpl")
VPE.DumpTemplate(tpl)
VPE.Preview()
However, although the .NET VpeControl class has a OpenDoc method, it doesn't seem to have a LoadTemplate method.
Please help.
Many thanks,
Silviu