Aspose::Pdf::Facades::FormEditor::MoveField method
FormEditor::MoveField method
Set new position of field.
bool Aspose::Pdf::Facades::FormEditor::MoveField(const System::String &fieldName, float llx, float lly, float urx, float ury)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | Name of field which must be moved. |
| llx | float | Abscissa of the lower-left corner of the field. |
| lly | float | Ordinate of the lower-left coerner of the field. |
| urx | float | Abscissa of the upper-right corner of the field. |
| ury | float | Ordinate of the upper-right corner of the field. |
ReturnValue
true if field position was changed successfully.
See Also
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++