Pageflex Document Action API
CurrentRecordNumber Property
Namespaces > Pageflex.Scripting > Application > CurrentRecordNumber
Gets the current record number during a job execution.
Syntax
C# | Visual Basic | Managed C++ |
public static uint CurrentRecordNumber { get; }
Public Shared ReadOnly Property CurrentRecordNumber As UInteger
public: static unsigned int CurrentRecordNumber { unsigned int get (); }
Exceptions
Exception | Condition |
---|---|
WrongApplicationContextException | The current Context is not a job execution or preview. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)