PdfFormField.PositionPageElement

Sets the position of a page element to the coordinates of the form field.

public void PositionPageElement(PageElement pageElement, Page page)
Sub PositionPageElement(pageElement As PageElement, page As Page)

Parameters

pageElement
PageElement

Page element whose coordinates should be set.

page
Page

Page that contains the page element.

Licensing Info

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

Remarks

The page element must implement IArea and/or ICoordinate in order for it's coordinates to be set.

See Also

PdfFormField
ceTe.DynamicPDF.Merger.Forms

In this topic