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
)
Public Function CreateForm (
page As Page,
doc As PDFDoc
) As Element
public:
virtual Element^ CreateForm(
[InAttribute] Page^ page,
[InAttribute] PDFDoc^ doc
) sealed
function CreateForm(page, 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