Script functions reference > Script functions in alphabetical order > I > IsLastPageInEnvelope

IsLastPageInEnvelope
Syntax
IsLastPageInEnvelope();
Description
Checks if the current page is the last page in the envelope. The function can be used at the following post-processing scripting levels:
Before and after page.
Returns
1
0
Example
if(IsLastPageInEnvelope())
{
    $ok=1;
}
OpenText StreamServe 5.6 Updated: 2013-03-01