GetEnvelNr Syntax GetEnvelNr(); Description Returns the envelope number of the current document. The function can be used at the following post-processing scripting levels: Before and after document, process and page. Returns The envelope number. If the envelope has no number assigned, 0 is returned. Example $env_nr = GetEnvelNr(); Result: $env_nr = 12
GetEnvelNr();
$env_nr = GetEnvelNr();
Result:
$env_nr = 12