AppendedPage.BackgroundElements Property

Gets a collection of page elements to be drawn as a background on the page.

public Group BackgroundElements { get; }
Public Property BackgroundElements As Group

Property Value

Group

Licensing Info

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

Remarks

Page elements placed in this collection will appear below the imported PDF data. Use the Elements property to place page elements on top of the imported PDF data.

See Also

AppendedPage
ceTe.DynamicPDF.Merger

In this topic