<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > GeneralScript > Page > Method >SetPageThumbnailMarker |
Sets whether to display a marker on the thumbnail image or page sorter window.
Prototype :
void SetPageThumbnailMarker
(
bool PageThumbnailMarker
)
Arguments :
PageThumbnailMarker |
set to true to display |
Reference :
If this function is run in duplicate on the same page, the last executed function is applied.
Example :
var objPage = ReportTemplate.GetCurrentPage();
objPage.SetPageThumbnailMarker(true);
Available Events :
OnAddToPage, OnCheckValidity, OnClick, OnEndBind, OnFocus, OnKillFocus, OnLocationUpdated, OnValueChanged