2022.2

Table Of Contents
Attribute Description Category Job Group Document Datapage Page
IndexInGroup
Returns the Absolute
index of the node within
all the nodes under the
parent Group.
Index/Count X X X
IndexInJob
Returns the Absolute
index of the node within
all the nodes under the
parent Job.
Index/Count X X X X
Count Index/Count X X X X
DocumentCount Index/Count X
DatapageCount Index/Count X X
PageCount Index/Count X X X
SelectedCount Index/Count X X X X
SelectedDocumentCount Index/Count X
SelectedDatapageCount Index/Count X X
SelectedPageCount Index/Count X X X
SelectedIndexInDocument
Returns the Absolute
index of the node within
all the selected nodes
under the parent Docu-
ment.
Index/Count X X
SelectedIndexInGroup
Returns the Absolute
index of the node within
all the selected nodes
under the parent Group.
Index/Count X X X
SelectedIndexInJob
Returns the Absolute
index of the node within
all the selected nodes
under the parent Job.
Index/Count X X X X
NumCopies
Indicates how many times
the job is set to execute,
as set when printing using
a Windows driver.
Index/Count X
Working with JSON
In online processes, it is common to send data to and retrieve data from a server. That data is often
exchanged in JSON format. JSON is short for JavaScript Object Notation. It is a way to store inform-
ation in a structured and easy-to-read format. It is often referred to as "XML without nodes" and it is
designed for exchanging data.
Refer to the following online resources for more information on JSON and its syntax:
Page 76