ElementBuilderCreateForm Method |
Name | Description | |
---|---|---|
CreateForm(Obj) | Create a Form XObject Element.
| |
CreateForm(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.
| |
CreateForm(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.
|