;;Image Attribute /* This example shows how the Image attribute is used to display an image inside a Part. By setting Image : ImageResource, Tally will load and show the image from the resource named ImageResource. ;;Syntax [Part : ] Image : is a definition used to display an image inside a Part. The Resource Type attribute in Resource Definition specifies the image format (such as JPG or BMP), and the Source attribute provides the path of the image file. */ [Resource: ImageResource] Resource Type: Jpeg Source : D:\tallylogo.jpg [#Menu: Gateway of Tally] Add: Item: "Image attribute" : Display : TSPL ImageAttribute [Report: TSPL ImageAttribute] Title : "Image Attribute in Part definition" Form : TSPL ImageAttribute [Form: TSPL ImageAttribute] Part : TSPL ImageAttribute Width : 50% Page [Part: TSPL ImageAttribute] Line : TSPL ImageAttribute Border: Thin Box Image : ImageResource [Line: TSPL ImageAttribute] Field : TSPL ImageAttribute [Field: TSPL ImageAttribute] Use : Name Field Set as: "" ;;End of File