<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > GeneralScript > Page > Method >IsPrintToNewPaper |
Gets whether to print the specified page on a new paper for duplex printing.
Prototype :
bool IsPrintToNewPaper
(
No Arguments
)
Example :
var objPage = ReportTemplate.GetCurrentPage();
if(objPage != null) {
if(objPage.IsPrintToNewPaper() == true) {
_TraceLn("true");
} else {
_TraceLn("false");
}
}
Available Events :
OnAddToPage, OnCheckValidity, OnClick, OnEndBind, OnFocus, OnKillFocus, OnLocationUpdated, OnValueChanged