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
)
Public Function CreateForm (
page As Page
) As Element
public:
virtual Element^ CreateForm(
[InAttribute] Page^ page
) sealed
function CreateForm(page);
Parameters
- page
- Type: pdftron.PDFPage
A page used to create the Form XObject.
Return Value
Type:
Element the element
See Also