Aspose::Pdf::XForm::CreateNewForm method

XForm::CreateNewForm method

Creates XForm which duplicates contents of the page.

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

ReturnValue

Newly created XForm.

See Also