Group.Insert

Inserts a page element to the group.

public void Insert(int index, PageElement pageElement)
Sub Insert(index As Integer, pageElement As PageElement)

Parameters

index
Int32

The Zero-based index it which the page element should be inserted.

pageElement
PageElement

PageElement object to insert in the group.

Licensing Info

This method 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