Gets or sets the (relative) path to the directory where images contained in IForm objects are stored on the web server.
A relative path to the directory where IForm images are stored.
The value of this property is used by the Macromedia Flash representation of the IForm to load images from the server that are contained in the IForm.
ImagePathAbsolute and ImagePathRelative (once resolved) have to point to the same directory on the web server.
project.ImagePathRelative = "/MyImageDir";
IProject Interface | suite4.net.FormDatabase Namespace