StructureElement Constructors

Overloads

StructureElement(TagType)Initializes a new instance of the StructureElement class.
StructureElement(TagType, Boolean)Initializes a new instance of the StructureElement class.

StructureElement(TagType)

Initializes a new instance of the StructureElement class.

public StructureElement(TagType tag)
Public Sub New (tag As TagType)

Parameters

tag
TagType

Tag type of the structure element.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

StructureElement(TagType, Boolean)

Initializes a new instance of the StructureElement class.

public StructureElement(TagType tag, bool includeDefaultAttributes)
Public Sub New (tag As TagType, includeDefaultAttributes As Boolean)

Parameters

tag
TagType

Tag type of the structure element.

includeDefaultAttributes
Boolean

Specifies if default attributes need to be add.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

StructureElement
ceTe.DynamicPDF

In this topic