Table of Contents

Class PdfStructureElement

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

This is a node in a document logical structure. It may contain a mark point or it may contain other nodes. @author Paulo Soares (psoares@consiste.pt)

public class PdfStructureElement : PdfDictionary
Inheritance
PdfStructureElement
Inherited Members

Constructors

PdfStructureElement(PdfStructureElement, PdfName)

Creates a new instance of PdfStructureElement.

public PdfStructureElement(PdfStructureElement parent, PdfName structureType)

Parameters

parent PdfStructureElement

the parent of this node

structureType PdfName

the type of structure. It may be a standard type or a user type mapped by the role map

PdfStructureElement(PdfStructureTreeRoot, PdfName)

Creates a new instance of PdfStructureElement.

public PdfStructureElement(PdfStructureTreeRoot parent, PdfName structureType)

Parameters

parent PdfStructureTreeRoot

the parent of this node

structureType PdfName

the type of structure. It may be a standard type or a user type mapped by the role map

Properties

Parent

Gets the parent of this node.

public PdfDictionary Parent { get; }

Property Value

PdfDictionary

the parent of this node

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