Click or drag to resize

ElementBuilderCreateForm Method

Overload List
  NameDescription
Public methodCreateForm(Obj)
Create a Form XObject Element.
Public methodCreateForm(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.
Public methodCreateForm(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.
Top
See Also