IsLastDocInEnvelope Syntax IsLastDocInEnvelope(); Description Checks if the current document is the last document in the envelope. The function can be used at the following post-processing scripting levels: Before and after document, process and page. Returns 1 True 0 False Example if(IsLastDocInEnvelope()) { $ok=1; }
IsLastDocInEnvelope();
if(IsLastDocInEnvelope())
{
$ok=1;
}