Group.Item Property

Overloads

Group[Int32]Gets the PageElement object at the given index.
Group[String]Gets the PageElement object with the given ID.

Group[Int32]

Gets the PageElement object at the given index.

public PageElement this[int index] { get; }
Public Property Item(index As Integer) As PageElement

Property Value

PageElement

Licensing Info

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

Group[String]

Gets the PageElement object with the given ID.

public PageElement this[string id] { get; }
Public Property Item(id As String) As PageElement

Property Value

PageElement

Licensing Info

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

See Also

Group
ceTe.DynamicPDF.PageElements

In this topic