TOC : Script API > JavaScript > JavaScript API > Component > Band > DummyBand > Method >

 

IsStopAtPageEnd

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Band > DummyBand > Method >

 

IsStopAtPageEnd

 

 

Indicates whether to pront the dummy band to the end of the page.

 

 

 

Prototype :

 

bool IsStopAtPageEnd

(

        No Arguments

)

 

 

 

Example :

 

if(This.IsStopAtPageEnd() == true) {

  _TraceLn("true");

} else {

  _TraceLn("false");

}

 

 

 

Available Events :

 

All Events