ElementBuilderCreateForm Method (Obj) |
Create a Form XObject Element.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Element CreateForm(
Obj form
)
Public Function CreateForm (
form As Obj
) As Element
public:
virtual Element^ CreateForm(
[InAttribute] Obj^ form
) sealed
function CreateForm(form);
Parameters
- form
- Type: pdftron.SDFObj
a Form XObject content stream
Return Value
Type:
Element the element
See Also