====== LineAddCover ====== Function adding cover line in output of view mode. LineAddCover([Text [, LeftMargin [, VerticalMargin]]]) |< 100% 15% >| |**Text**|//Optional.// Text with "Field name" style. If omitted, nothing will be displayed.| |**LeftMargin**|//Optional.// Left margin of cover. If omitted, [[lister_display|InfoLeftMargin]] parameter will be used.| |**VerticalMargin**|//Optional.// Margin from the top and bottom border of line. Given value will be set for both, top and bottom margins. If omitted, 3 pixels will be used.| Function not return any values. **Remarks** Height of line defined by [[lister_display|CoverLineHeight]] parameter. Maximal height of line is limited by 255 pixels, image height will be in any way limited with this height. Clicking on the cover image will show bigger view of cover. :!: Function will only work if GDI+ library exist in the system.