2019.2

Table Of Contents
Attribute Description Categor
y
J
o
b
Gro
up
Docum
ent
Datap
age
Pa
ge
of the node
within all the
selected
nodes under
the parent Job.
NumCopies Indicates how
many times the
job is set to
execute, as set
when printing
using a
Windows
driver.
Index/C
ount
X
Fields
A Field is a read-write, user-defined element: a name/value pair, where the name is case-
insensitive. It holds custom information about a certain "Node" on page216 in the Metadata
structure. Fields are repetitive (i.e. the same field may appear multiple times) and persist
through Metadata recreation.
Fields are stored in a collection container object, just like "Attributes" on page232. As is the
case with the different types of Nodes, both collections share a number of methods and
properties. The Fields collection however has additional methods to support multiple entries
with the same name, which is forbidden with attributes.
Properties
Name Type Description
Count Integer Returns the number of elements in the collection.
Page 241