Aspose::Pdf::Facades::FormEditor::MoveField method

FormEditor::MoveField method

Set new position of field.

bool Aspose::Pdf::Facades::FormEditor::MoveField(System::String fieldName, float llx, float lly, float urx, float ury)
ParameterTypeDescription
fieldNameSystem::StringName of field which must be moved.
llxfloatAbscissa of the lower-left corner of the field.
llyfloatOrdinate of the lower-left coerner of the field.
urxfloatAbscissa of the upper-right corner of the field.
uryfloatOrdinate of the upper-right corner of the field.

ReturnValue

true if field position was changed successfully.

See Also