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