Aspose::Pdf::XForm::CreateNewForm method

XForm::CreateNewForm method

Creates XForm which duplicates contents of the page.

static System::SharedPtr<XForm> Aspose::Pdf::XForm::CreateNewForm(System::SharedPtr<Page> source, System::SharedPtr<Document> document)
ParameterTypeDescription
sourceSystem::SharedPtr<Page>Source page
documentSystem::SharedPtr<Document>Document where new XForm will be added.

ReturnValue

Newly created XForm.

See Also