I have created a Dycodoc Template which has a picture (BMP) file of a letter head. SInce it is possible that the letter head can change every year or two, I would like to have the ability to load the BMP each time the template is being called since I do not want to have modify the template every time that there is a change.
I have created a picture object in the template and I have given it name. What I would to like to do it have it update the picture update like the other template field function (VPESETTPLFIELDASSTRING) by given its name in the template. However, I cannot find any function that will update picture.
I did find VPEPicture. However, the VPEPicture is asking for Coordinates which I do not want to use since I could have different templates and the letterhead could be a different coordinates. Thus, the using the updating by the name would be more flexible.
Thanks