XForm.CreateNewForm

XForm.CreateNewForm method

Creates XForm which duplicates contents of the page.

public static XForm CreateNewForm(Page source, Document document)
ParameterTypeDescription
sourcePageSource page
documentDocumentDocument where new XForm will be added.

Return Value

Newly created XForm.

See Also