Difference between revisions of "Tabulation addFooterImage"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "{{HelpFiles}} ==== Tabulation_addFooterImage ==== Adds an image to the footer '''Syntax''' Tabulation_addFooterImage(''TabulationImage'') '''Arguments''' *TabulationIm...")
(No difference)

Revision as of 13:55, 22 June 2016


Tabulation_addFooterImage

Adds an image to the footer

Syntax

Tabulation_addFooterImage(TabulationImage)

Arguments


Examples

Array image2 = Resource_searchByName("voxmeterlogo",Resource_Type_Attachment,0,NAME_SEARCH_TYPE_IDENTICAL,1,64);
Attachment img2 = new Attachment(image2[0][1]);

TabulationImage t2 = new TabulationImage(img2, HeFoPaRight);
//t.Opacity = 0.5;
t2.Height = 20;
Tabulation_addFooterImage(t2);