Table of Contents

Class PdfStructureElement

Namespace
PdfSharp.Pdf.Structure
Assembly
PdfSharp.dll

Represents the root of a structure tree.

public sealed class PdfStructureElement : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
Inheritance
PdfStructureElement
Implements
Inherited Members

Constructors

PdfStructureElement()

Initializes a new instance of the PdfStructureElement class.

public PdfStructureElement()

PdfStructureElement(PdfDocument)

Initializes a new instance of the PdfStructureElement class.

public PdfStructureElement(PdfDocument document)

Parameters

document PdfDocument

The document that owns this object.

Properties

LayoutAttributes

Gets the PdfLayoutAttributes instance in "/A". If not existing, it creates one.

public PdfLayoutAttributes LayoutAttributes { get; }

Property Value

PdfLayoutAttributes

TableAttributes

Gets the PdfTableAttributes instance in "/A". If not existing, it creates one.

public PdfTableAttributes TableAttributes { get; }

Property Value

PdfTableAttributes