Skip to content

PDFStructureElementAttribute

Namespace: O2S.Components.PDF4NET.LogicalStructure

Defines the base class for attributes used by structure elements.

public class PDFStructureElementAttribute

Inheritance ObjectPDFStructureElementAttribute

Constructors

PDFStructureElementAttribute()

Initializes a new PDFStructureElementAttribute object.

public PDFStructureElementAttribute()

Properties

CosDictionary

Gets the underlying COS dictionary.

public PDFCosDictionary CosDictionary { get; }

Property Value

PDFCosDictionary
A PDFCosDictionary object that backs this attribute object.