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 True 0 False Example if(IsFirstPageInEnvelope()) { $ok=1; }
IsFirstPageInEnvelope();
1
0
if(IsFirstPageInEnvelope())
{
$ok=1;
}