Click or drag to resize

ElementBuilderCreateForm Method (Page, PDFDoc)

Create a Form XObject Element using the content of the existing page. Unlike CreateForm(Page) method, you can use this method to create form in another document.

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

Parameters

page
Type: pdftron.PDFPage
A page used to create the Form XObject.
doc
Type: pdftron.PDFPDFDoc
Destination document for the Form XObject.

Return Value

Type: Element
the element
See Also