FOM Reference > Formatting > PDF > fPDFTag interface
  
fPDFTag interface
This object defines a PDF Tag Control Stream.
tags attribute
An array of the PDF Tag Items that form this PDF Tag Control Stream.
Elements in this array must be accessed by name, if not present an appropriate fPDFTagItem derived object will be created based on the current role map.
tags
Access
read-only
Returns
fPDFTagItem[]
clearTagItems method
Removes all PDF Tag items from the tag array.
clearTagItems
Parameters
None
Returns
void. None.