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

IsFirstPageInEnvelope
Syntax
IsFirstPageInEnvelope();
Description
Checks if the current page is the first 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(IsFirstPageInEnvelope())
{
    $ok=1;
}
OpenText StreamServe 5.6 Updated: 2013-03-01