Class PdfStructureElement
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
PdfDocumentThe 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
TableAttributes
Gets the PdfTableAttributes instance in "/A". If not existing, it creates one.
public PdfTableAttributes TableAttributes { get; }