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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Remarks
The page element must implement IArea and/or ICoordinate in order for it's coordinates to be set.