<table class="ReportTable" id="xmp_xmpTPg" cellspacing="0">
<colgroup>
<col>
<col>
<col>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>Property</th>
<th>Label</th>
<th>Value type</th>
<th>Exiv2 type</th>
<th>Category</th>
<th>Description</th>
</tr></thead>
<tbody>
<tr class="OddRow">
<td>MaxPageSize</td>
<td>Maximum Page Size</td>
<td>Dimensions</td>
<td>XmpText</td>
<td>Internal</td>
<td>The size of the largest page in the document (including any in contained documents).</td>
</tr>
<tr class="EvenRow">
<td>NPages</td>
<td>Number of Pages</td>
<td>Integer</td>
<td>XmpText</td>
<td>Internal</td>
<td>The number of pages in the document (including any in contained documents).</td>
</tr>
<tr class="OddRow">
<td>Fonts</td>
<td>Fonts</td>
<td>bag Font</td>
<td>XmpText</td>
<td>Internal</td>
<td>An unordered array of fonts that are used in the document (including any in contained documents).</td>
</tr>
<tr class="EvenRow">
<td>Colorants</td>
<td>Colorants</td>
<td>seq Colorant</td>
<td>XmpText</td>
<td>Internal</td>
<td>An ordered array of colorants (swatches) that are used in the document (including any in contained documents).</td>
</tr>
<tr class="OddRow">
<td>PlateNames</td>
<td>Plate Names</td>
<td>seq Text</td>
<td>XmpSeq</td>
<td>Internal</td>
<td>An ordered array of plate names that are needed to print the document (including any in contained documents).</td>
</tr>
</tbody>
</table><script type="text/javascript">
  //
  var xmp_xmpTPg = new SortableTable(
    document.getElementById("xmp_xmpTPg"),
    ["String", "String", "String", "String", "String", "String"]
  );
  xmp_xmpTPg.onsort = function () { 
	var rows = xmp_xmpTPg.tBody.rows;
	var l = rows.length;
	for (var i = 0; i < l; i++) {
		removeClassName(rows[i], i % 2 ? "OddRow" : "EvenRow");
		addClassName(rows[i], i % 2 ? "EvenRow" : "OddRow");
	}
  };
  //
</script>
