Aspose::Pdf::Facades::FormEditor::CopyOuterField method
Contents
[
Hide
]FormEditor::CopyOuterField(const System::String&, const System::String&) method
Copies an existing field from one PDF document to another document with original page number and ordinates. Notice: Only for AcroForm fields (excluding radio box).
void Aspose::Pdf::Facades::FormEditor::CopyOuterField(const System::String &srcFileName, const System::String &fieldName)
| Parameter | Type | Description |
|---|---|---|
| srcFileName | const System::String& | The name of PDF document which containes the field to be copied. |
| fieldName | const System::String& | The original fully qualified field name. |
See Also
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
FormEditor::CopyOuterField(const System::String&, const System::String&, int32_t) method
Copies an existing field from one PDF document to another document with specified page number and original ordinates. Notice: Only for AcroForm fields (excluding radio box).
void Aspose::Pdf::Facades::FormEditor::CopyOuterField(const System::String &srcFileName, const System::String &fieldName, int32_t pageNum)
| Parameter | Type | Description |
|---|---|---|
| srcFileName | const System::String& | The name of PDF document which containes the field to be copied. |
| fieldName | const System::String& | The original fully qualified field name. |
| pageNum | int32_t | The number of page to hold the new field. If -1, new field will be copid to the same page as old one hosted. |
See Also
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
FormEditor::CopyOuterField(const System::String&, const System::String&, int32_t, float, float) method
Copies an existing field from one PDF document to another document with specified page number and ordinates. Notice: Only for AcroForm fields (excluding radio box).
void Aspose::Pdf::Facades::FormEditor::CopyOuterField(const System::String &srcFileName, const System::String &fieldName, int32_t pageNum, float abscissa, float ordinate)
| Parameter | Type | Description |
|---|---|---|
| srcFileName | const System::String& | The name of PDF document which containes the field to be copied. |
| fieldName | const System::String& | The original fully qualified field name. |
| pageNum | int32_t | The number of page to hold the new field. If -1, new field will be copid to the same page as old one hosted. |
| abscissa | float | The abscissa of the new field. If -1, the abscissa will be equaled to the original one. |
| ordinate | float | The ordinate of the new field. If -1, the ordinate will be equaled to the original one. |
See Also
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++