Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation addImage: Difference between revisions

From Catglobe Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{HelpFiles}}
==== Tabulation_addImage ====
==== Tabulation_addImage ====


Line 9: Line 11:
'''Arguments'''
'''Arguments'''


*[[TabulationImage_class|''TabulationImage'']]
*[[TabulationImage class|''TabulationImage'']]





Revision as of 11:06, 22 June 2016


Tabulation_addImage

Adds an image to the report

Syntax

Tabulation_addImage(TabulationImage)

Arguments


Examples

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

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