Click or drag to resize

ElementBuilderCreateForm Method (Page)

Create a Form XObject Element using the content of the existing page. This method assumes that the XObject will be used in the same document as the given page. If you need to create the Form XObject in a different document use CreateForm(Page, Doc) method.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Element CreateForm(
	Page page
)

Parameters

page
Type: pdftron.PDFPage
A page used to create the Form XObject.

Return Value

Type: Element
the element
See Also