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.2 Updated: 2018-01-26