Class PdfStructureTreeRoot
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
The structure tree root corresponds to the highest hierarchy level in a tagged PDF. @author Paulo Soares (psoares@consiste.pt)
public class PdfStructureTreeRoot : PdfDictionary
- Inheritance
-
PdfStructureTreeRoot
- Inherited Members
Properties
Reference
Gets the reference this object will be written to.
public PdfIndirectReference Reference { get; }
Property Value
- PdfIndirectReference
the reference this object will be written to
Writer
Gets the writer.
public PdfWriter Writer { get; }
Property Value
- PdfWriter
the writer
Methods
MapRole(PdfName, PdfName)
Maps the user tags to the standard tags. The mapping will allow a standard application to make some sense of the tagged document whatever the user tags may be.
public void MapRole(PdfName used, PdfName standard)