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)
| Parameter | Type | Description |
|---|---|---|
| source | const System::SharedPtr<Page>& | Source page |
| document | const System::SharedPtr<Document>& | Document where new XForm will be added. |
ReturnValue
Newly created XForm.
See Also
- Typedef SharedPtr
- Class XForm
- Class Page
- Class Document
- Class XForm
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++