<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > GeneralScript > Page > Method >GetThumbnailForegroundImageURL |
Gets the URL of the foreground image displayed in the thumbnail and the page sorter window.
Prototype :
string GetThumbnailForegroundImageURL
(
No Arguments
)
Example :
var objPage = ReportTemplate.GetCurrentPage();
_TraceLn(objPage.GetThumbnailForegroundImageURL());
Available Events :
OnCheckValidity, OnClick, OnEndBind, OnFocus, OnKillFocus, OnLocationUpdated, OnValueChanged