Barcodes and text objects will return their current value. Rich text objects will return the code found in the Data Source field. The Format.Object.Value property returns a blank string for box, ellipse, or line objects. For a picture object, the returned value will depend on how it is attached to the template:
            
                - 
                    
Embedded:   The full path and filename of the image file at the time it was embedded.
                 
                - 
                    
Linked:   The full path and filename of the image file.
                 
                - 
                    
Data Sourced:   The concatenation of the default path and the contents of the data source. At print-time, this will resolve into the full path and filename of the image file.